try to debug compose failure
Some checks failed
Test / Run unit tests (pull_request) Failing after 2m13s
Test / Run integration tests (pull_request) Failing after 12m50s

This commit is contained in:
Roy Crihfield 2023-07-11 10:43:21 +08:00
parent 52efd4b56b
commit b6ad84a191
2 changed files with 3 additions and 6 deletions

View File

@ -18,10 +18,9 @@ jobs:
with:
go-version-file: 'go.mod'
check-latest: true
# TODO - nonsensical failure on gitea
# - name: "Run DB container"
# run: docker compose -f test/compose.yml up --wait
- name: "Set up gitea access token"
- name: "Run DB container"
run: docker compose -f test/compose.yml up --wait-timeout 30 --exit-code-from ipld-eth-db
- name: "Set up Gitea access token"
env:
TOKEN: ${{ secrets.CICD_REPO_TOKEN }}
run: |

View File

@ -1,5 +1,3 @@
version: "3.2"
services:
migrations:
restart: on-failure