Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: alexmerlin <[email protected]>
  • Loading branch information
alexmerlin committed May 17, 2024
1 parent 6dd465c commit 9426669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/curl-tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Make curl tester executable
run: chmod +x ./test/tester.sh
run: chmod +x test/curl-tester.sh

- name: Run curl tester
run: ./test/tester.sh
run: test/curl-tester.sh

0 comments on commit 9426669

Please sign in to comment.