We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be2942 commit 5c5049bCopy full SHA for 5c5049b
scripts/wait_pr_checks.sh
100755
100644
@@ -123,6 +123,10 @@ while true; do
123
echo "💡 To extract detailed logs from the failed run:"
124
echo " ./scripts/extract_pr_logs.sh $PR_NUMBER"
125
echo " ./scripts/extract_pr_logs.sh $PR_NUMBER <job_pattern> # e.g., Integration"
126
+ echo ""
127
+ echo "💡 To re-run a subset of integration tests faster with workflow_dispatch:"
128
+ echo " gh workflow run ci.yml --ref $(git rev-parse --abbrev-ref HEAD) -f test_filter=\"tests/ipcMain/specificTest.test.ts\""
129
+ echo " gh workflow run ci.yml --ref $(git rev-parse --abbrev-ref HEAD) -f test_filter=\"-t 'specific test name'\""
130
exit 1
131
fi
132
0 commit comments