Skip to content

Commit

Permalink
chore: make test binary executable
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Aug 7, 2023
1 parent b33d85a commit 6294b5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
# Supports custom Artillery binary path.
# Useful to test against intermediate builds of Artillery.
- name: Prepare custom binary
run: echo "echo \"$1\" >> \"output.txt\"" >> ./custom-binary.sh
run: |-
echo "echo \"$1\" >> \"output.txt\"" >> ./custom-binary.sh
chmod +x ./custom-binary.sh
- name: Supports custom Artillery binary
uses: ./
with:
Expand Down

0 comments on commit 6294b5a

Please sign in to comment.