Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4/?] Add ability to run code examples in the playground: Get pony snippets tested with ponyc at CI time #550

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Wrong keyword, yay
  • Loading branch information
shaedrich committed May 31, 2024
commit 0970b68694ceb9a743d8cc4eeeccb8188b8f8496
2 changes: 1 addition & 1 deletion .github/workflows/check-code-samples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ for file in *.pony; do # actors-sequential.pony
if ! $isRunnable; then
echo -e "\u2139\uFE0F File not runnable. Skip"
((notRunnable++))
break
continue
fi
expectedStdout=$(echo "$expectations" | jq '.stdout')
expectedStderr=$(echo "$expectations" | jq '.stderr')
Expand Down
Loading