Only run test-globals if it exists

This commit is contained in:
Frank Denis 2021-02-07 14:00:51 +01:00
parent a1e944cbc6
commit c9608ed004

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