Skip to content

Commit

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

fix

updated

c

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

- name: chmod test-runner
run: chmod +x test-runner-working/test-runner

- name: run test-runner
run: ./test-runner
run: |
cd test-runner-working
file test-runner
/bin/bash -c ./test-runner

0 comments on commit 2232d53

Please sign in to comment.