try to debug compose failure
This commit is contained in:
parent
52efd4b56b
commit
b6ad84a191
@ -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: |
|
||||
|
@ -1,5 +1,3 @@
|
||||
version: "3.2"
|
||||
|
||||
services:
|
||||
migrations:
|
||||
restart: on-failure
|
||||
|
Loading…
Reference in New Issue
Block a user