Skip to content

Commit

Permalink
chore: output to local file in test
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Aug 7, 2023
1 parent 6294b5a commit 1868074
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 @@ -52,7 +52,7 @@ jobs:
# Useful to test against intermediate builds of Artillery.
- name: Prepare custom binary
run: |-
echo "echo \"$1\" >> \"output.txt\"" >> ./custom-binary.sh
echo 'echo "$1" >> ./output.txt' >> ./custom-binary.sh
chmod +x ./custom-binary.sh
- name: Supports custom Artillery binary
uses: ./
Expand Down

0 comments on commit 1868074

Please sign in to comment.