From cd7944ca82ce2ffda5039316b7f31c0e076dd456 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Fri, 20 Sep 2024 08:30:04 -0400 Subject: [PATCH] Intentionally fail a job (to make sure that `finalize` thus also fails) --- .github/workflows/pr_checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml index 051d9d1..bf314aa 100644 --- a/.github/workflows/pr_checks.yml +++ b/.github/workflows/pr_checks.yml @@ -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`.