Skip to content

Commit

Permalink
Added execution permission inside the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
HeeManSu committed Dec 4, 2024
1 parent b1ba0b4 commit dd9409f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ jobs:
- name: Run Integration Tests
shell: bash
run: |
chmod +x ./test/test.sh
git update-index --chmod=+x test/test.sh
./test/test.sh

0 comments on commit dd9409f

Please sign in to comment.