Skip to content

Commit

Permalink
Publish test results as GitHub Checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
lauxjpn committed Oct 27, 2023
1 parent 53b0aee commit e7d8a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
mv /usr/local/bin/node /usr/local/bin/node_org
echo '#!/bin/bash' >> /usr/local/bin/node
echo '/usr/local/bin/node_org --stack-size=8192 $@' >> /usr/local/bin/node
echo '/usr/local/bin/node_org --stack-size=8192 --max-old-space-size=4096 $@' >> /usr/local/bin/node
cat /usr/local/bin/node
chmod +x /usr/local/bin/node
Expand Down

0 comments on commit e7d8a02

Please sign in to comment.