Add onboarding test in gitea CI
This commit is contained in:
parent
b44cc00b7b
commit
fa239cf400
@ -22,7 +22,7 @@ jobs:
|
||||
path: "./laconicd/"
|
||||
repository: cerc-io/laconic2d # TODO: Update to laconicd on repo renaming
|
||||
fetch-depth: 0
|
||||
ref: main
|
||||
ref: testnet-onboarding
|
||||
- name: Environment
|
||||
run: ls -tlh && env
|
||||
|
||||
@ -61,3 +61,12 @@ jobs:
|
||||
- name: Run nameservice expiry tests
|
||||
working-directory: laconicd/tests/sdk_tests
|
||||
run: ./run-tests.sh test:nameservice-expiry
|
||||
|
||||
- name: Start containers (onboarding enabled)
|
||||
working-directory: laconicd/tests/sdk_tests
|
||||
env:
|
||||
ONBOARDING_ENABLED: true
|
||||
run: docker compose up -d
|
||||
- name: Run participants onboarding tests
|
||||
working-directory: laconicd/tests/sdk_tests
|
||||
run: ./run-tests.sh test:onboarding
|
||||
|
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -15,10 +15,9 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
path: "./laconicd/"
|
||||
repository: deep-stack/laconic2d
|
||||
token: ${{ secrets.GH_PAT }} # PAT for accessing private laconic2d
|
||||
repository: cerc-io/laconic2d
|
||||
fetch-depth: 0
|
||||
ref: testnet-onboarding
|
||||
ref: main
|
||||
- name: Environment
|
||||
run: ls -tlh && env
|
||||
|
||||
@ -58,6 +57,6 @@ jobs:
|
||||
env:
|
||||
ONBOARDING_ENABLED: true
|
||||
run: docker compose up -d
|
||||
- name: Run nameservice expiry tests
|
||||
- name: Run participants onboarding tests
|
||||
working-directory: laconicd/tests/sdk_tests
|
||||
run: ./run-tests.sh test:onboarding
|
||||
|
Loading…
Reference in New Issue
Block a user