From 05b48687dc3ea3df3bdf9ae835fcfd759a1d5c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Wed, 5 Jun 2024 04:18:04 +0000 Subject: [PATCH] without arguments --- .ci-scripts/check-code-samples.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci-scripts/check-code-samples.bash b/.ci-scripts/check-code-samples.bash index a9e76829..70ec88ad 100755 --- a/.ci-scripts/check-code-samples.bash +++ b/.ci-scripts/check-code-samples.bash @@ -15,7 +15,7 @@ for file in *.pony; do #docker run -v $(pwd):/src/main docker://ghcr.io/ponylang/ponyc:latest #ponyc "./code-samples/$file" #$HOME/.local/share/ponyup/bin/ponyc "${{ github.workspace }}/code-samples/$file" - $HOME/.local/share/ponyup/bin/ponyc "$GITHUB_WORKSPACE/code-samples/$file" + $HOME/.local/share/ponyup/bin/ponyc #"$GITHUB_WORKSPACE/code-samples/$file" if [ $? -eq 0 ]; then echo -e "\e[1;32m\u2705 File fulfilled expectations\e[0m" else