Only run test-globals if it exists
This commit is contained in:
parent
a1e944cbc6
commit
c9608ed004
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user