Skip to content

Commit

Permalink
Simulate failure
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Jun 28, 2024
1 parent 7c440a8 commit 9cfa415
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Run tests
run: |
echo "Mock testing..."
exit 1 # Simulate a failing test
deploy-to-staging:
needs: test
Expand Down

0 comments on commit 9cfa415

Please # to comment.