Skip to content

Commit

Permalink
test: exit 1
Browse files Browse the repository at this point in the history
  • Loading branch information
tranngoclam authored and Lam Tran committed Aug 22, 2024
1 parent c596acd commit f5c4980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
needs: test-prepare
if: ${{ needs.test-prepare.outputs.run == 'true' }}
steps:
- run: echo 1
- run: exit 1

test-2:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f5c4980

Please sign in to comment.