mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-11 18:46:53 +08:00
Intentionally fail a job (to make sure that finalize thus also fails)
This commit is contained in:
1
.github/workflows/pr_checks.yml
vendored
1
.github/workflows/pr_checks.yml
vendored
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user