Skip to content

Commit cd7944c

Browse files
authored
Intentionally fail a job (to make sure that finalize thus also fails)
1 parent 3ba9968 commit cd7944c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pr_checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ jobs:
186186
run: |
187187
make clean
188188
make cleanall
189+
- run: exit 1 # TODO: delete this line when finished debugging.
189190
stalecheck-npm-install:
190191
# In this job, we are basically trying to check if `package-lock.json` is in
191192
# sync with `package-lock.json`.

0 commit comments

Comments
 (0)