Skip to content

Commit 7dc041f

Browse files
Update ci.yml
ci: make qa script executable and call right path
1 parent 63cb899 commit 7dc041f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,6 @@ jobs:
4747
4848
- name: Run all QA tests
4949
if: ${{ always() }}
50-
run: ./bin/qa.sh
50+
run: |
51+
chmod +x "${GITHUB_WORKSPACE}/bin/qa.sh"
52+
"${GITHUB_WORKSPACE}/bin/qa.sh"

0 commit comments

Comments
 (0)