mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-12 02:56:54 +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: |
|
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`.
|
||||||
|
|||||||
Reference in New Issue
Block a user