Skip to content

Commit 5c5049b

Browse files
committed
Add workflow_dispatch suggestion to wait_pr_checks for faster iteration
1 parent 2be2942 commit 5c5049b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/wait_pr_checks.sh

100755100644
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ while true; do
123123
echo "💡 To extract detailed logs from the failed run:"
124124
echo " ./scripts/extract_pr_logs.sh $PR_NUMBER"
125125
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'\""
126130
exit 1
127131
fi
128132

0 commit comments

Comments
 (0)