Skip to content

Commit

Permalink
Fixed chmod run_commit_tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Aug 14, 2024
1 parent 6b5a2d9 commit 20ad406
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 @@ -22,7 +22,7 @@ jobs:
python-version: '3.x'

- name: Make Shell Script Executable
run: chmod +x scripts/generate_input.sh
run: chmod +x scripts/run_commit_tests.sh

- name: Run Shell Script to Generate Input File
run: |
Expand Down

0 comments on commit 20ad406

Please sign in to comment.