Skip to content

Commit 1868074

Browse files
committed
chore: output to local file in test
1 parent 6294b5a commit 1868074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# Useful to test against intermediate builds of Artillery.
5353
- name: Prepare custom binary
5454
run: |-
55-
echo "echo \"$1\" >> \"output.txt\"" >> ./custom-binary.sh
55+
echo 'echo "$1" >> ./output.txt' >> ./custom-binary.sh
5656
chmod +x ./custom-binary.sh
5757
- name: Supports custom Artillery binary
5858
uses: ./

0 commit comments

Comments
 (0)