Update authority auctions test CI workflow
Some checks failed
Protobuf / lint (pull_request) Successful in 20s
Build / build (pull_request) Successful in 2m30s
Integration Tests / test-integration (pull_request) Successful in 2m12s
E2E Tests / test-e2e (pull_request) Successful in 3m45s
SDK Tests / sdk_tests_authority_auctions (pull_request) Failing after 5m10s
Unit Tests / test-unit (pull_request) Successful in 1m51s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 7m54s
SDK Tests / sdk_tests (pull_request) Failing after 9m34s
Some checks failed
Protobuf / lint (pull_request) Successful in 20s
Build / build (pull_request) Successful in 2m30s
Integration Tests / test-integration (pull_request) Successful in 2m12s
E2E Tests / test-e2e (pull_request) Successful in 3m45s
SDK Tests / sdk_tests_authority_auctions (pull_request) Failing after 5m10s
Unit Tests / test-unit (pull_request) Successful in 1m51s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 7m54s
SDK Tests / sdk_tests (pull_request) Failing after 9m34s
This commit is contained in:
parent
93f7f17cc0
commit
3fcab10496
@ -7,7 +7,7 @@ on:
|
|||||||
- release/**
|
- release/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sdk_tests_auctions:
|
sdk_tests_authority_auctions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@ -35,6 +35,6 @@ jobs:
|
|||||||
TEST_AUCTION_ENABLED: true
|
TEST_AUCTION_ENABLED: true
|
||||||
run: docker compose up -d
|
run: docker compose up -d
|
||||||
|
|
||||||
- name: Run auction tests
|
- name: Run authority auction tests
|
||||||
working-directory: tests/sdk_tests
|
working-directory: tests/sdk_tests
|
||||||
run: ./run-tests.sh test:auctions
|
run: ./run-tests.sh test:authority-auctions
|
Loading…
Reference in New Issue
Block a user