From 186807461c292f1b8d55de5abd6d71a2bf01047a Mon Sep 17 00:00:00 2001 From: Artem Zakharchenko Date: Fri, 4 Aug 2023 15:30:17 +0200 Subject: [PATCH] chore: output to local file in test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ./