try to debug compose failure
This commit is contained in:
parent
52efd4b56b
commit
b6ad84a191
@ -18,10 +18,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version-file: 'go.mod'
|
go-version-file: 'go.mod'
|
||||||
check-latest: true
|
check-latest: true
|
||||||
# TODO - nonsensical failure on gitea
|
- name: "Run DB container"
|
||||||
# - 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
|
- name: "Set up Gitea access token"
|
||||||
- name: "Set up gitea access token"
|
|
||||||
env:
|
env:
|
||||||
TOKEN: ${{ secrets.CICD_REPO_TOKEN }}
|
TOKEN: ${{ secrets.CICD_REPO_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
version: "3.2"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
migrations:
|
migrations:
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
Loading…
Reference in New Issue
Block a user