Intentionally fail a job (to make sure that finalize thus also fails)

This commit is contained in:
Dilum Aluthge
2024-09-20 08:30:04 -04:00
committed by GitHub
parent 3ba9968952
commit cd7944ca82

View File

@@ -186,6 +186,7 @@ jobs:
run: | run: |
make clean make clean
make cleanall make cleanall
- run: exit 1 # TODO: delete this line when finished debugging.
stalecheck-npm-install: stalecheck-npm-install:
# In this job, we are basically trying to check if `package-lock.json` is in # In this job, we are basically trying to check if `package-lock.json` is in
# sync with `package-lock.json`. # sync with `package-lock.json`.