diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afb0d08..0de5ece 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: ./