From c9608ed004f6dda62c43be9d5a8fffdf6eb978c7 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 7 Feb 2021 14:00:51 +0100 Subject: [PATCH] Only run test-globals if it exists --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96392f58..a41de6b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: - name: Check globals run: | - test/rename-globals.sh + [ -x test/rename-globals.sh ] && test/rename-globals.sh other-comp: runs-on: ubuntu-latest