Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 6d0a95d

Browse files
committed
Update test suite ID for dogfooding
1 parent a293d68 commit 6d0a95d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,10 @@ jobs:
116116
- working-directory: packages/jest-plugin/test/integration
117117
env:
118118
DEBUG: unflakable:*
119-
UNFLAKABLE_SUITE_ID: 28UidZ8cSKjRe4g1xkd9EE8noDF
120-
run: yarn test
119+
run: |
120+
if [ "${{ github.repository }}" == "unflakable/unflakable-javascript" ]; then
121+
export UNFLAKABLE_SUITE_ID=29KWCuK12VnU7pkpvWgrGS0woAX
122+
else
123+
export UNFLAKABLE_SUITE_ID=28UidZ8cSKjRe4g1xkd9EE8noDF
124+
fi
125+
yarn test

0 commit comments

Comments
 (0)