3
0
mirror of https://github.com/kolaente/docker-db-backup.git synced 2026-03-24 21:43:48 +01:00

fix: require build and test

This commit is contained in:
kolaente
2026-01-07 08:48:43 +01:00
parent 5c930c80fc
commit 41aca80758

View File

@@ -43,7 +43,9 @@ jobs:
run: go test run: go test
docker: docker:
needs: test needs:
- test
- build
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
contents: read contents: read