We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1d5fb commit 12f9a8cCopy full SHA for 12f9a8c
.github/workflows/development.yaml
@@ -59,7 +59,7 @@ jobs:
59
docker compose --profile test up --quiet-pull --build --exit-code-from djtest djtest
60
build:
61
runs-on: ubuntu-latest
62
- need: test
+ needs: test
63
strategy:
64
matrix:
65
include:
0 commit comments