Skip to content

Commit

Permalink
chmod test runner
Browse files Browse the repository at this point in the history
a

fix

updated

c

a

a
  • Loading branch information
Eddio0141 committed Aug 14, 2024
1 parent e54739d commit 512a6d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
branch: main
name: test-runner-unix
repo: Eddio0141/UniTASTestClients
path: test-runner

- name: run test-runner
run: ./test-runner
run: |
cd test-runner
chmod +x test-runner
./test-runner

0 comments on commit 512a6d6

Please sign in to comment.