skip failing step
Some checks failed
Test / Run unit tests (pull_request) Failing after 1m1s
Test / Run integration tests (pull_request) Failing after 5m4s

This commit is contained in:
Roy Crihfield 2023-07-11 06:55:48 +08:00
parent 41e0b875dd
commit a7329717d5

View File

@ -18,8 +18,9 @@ jobs:
with:
go-version-file: 'go.mod'
check-latest: true
- name: "Run DB container"
run: docker compose -f test/compose.yml up --wait
# TODO - nonsensical failure on gitea
# - name: "Run DB container"
# run: docker compose -f test/compose.yml up --wait
- name: "Run tests"
run: go test -v ./...