Skip to content

Commit

Permalink
Intentionally fail a job (to make sure that finalize thus also fails)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Sep 20, 2024
1 parent 3ba9968 commit cd7944c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ jobs:
run: |
make clean
make cleanall
- run: exit 1 # TODO: delete this line when finished debugging.
stalecheck-npm-install:
# In this job, we are basically trying to check if `package-lock.json` is in
# sync with `package-lock.json`.
Expand Down

0 comments on commit cd7944c

Please sign in to comment.