Only run test-globals if it exists

This commit is contained in:
Frank Denis
2021-02-07 14:00:51 +01:00
parent 4020f76a5f
commit 758db56bf6
+1 -1
View File
@@ -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