compose exit code was fine
Some checks reported warnings
Test / Run unit tests (pull_request) Has started running
Test / Run integration tests (pull_request) Has been cancelled

This commit is contained in:
Roy Crihfield 2023-07-11 11:02:21 +08:00
parent 2050d75754
commit ffe02843ac

View File

@ -19,7 +19,7 @@ jobs:
go-version-file: 'go.mod'
check-latest: true
- name: "Run DB container"
run: docker compose -f test/compose.yml up --wait-timeout 30 --exit-code-from ipld-eth-db
run: docker compose -f test/compose.yml up --wait-timeout 30
- name: "Set up Gitea access token"
env:
TOKEN: ${{ secrets.CICD_REPO_TOKEN }}