We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cfa415 commit 4191d63Copy full SHA for 4191d63
.github/workflows/cicd.yml
@@ -27,7 +27,6 @@ jobs:
27
- name: Run tests
28
run: |
29
echo "Mock testing..."
30
- exit 1 # Simulate a failing test
31
32
deploy-to-staging:
33
needs: test
0 commit comments