Skip to content

Commit 4677e3b

Browse files
committed
fix: comeon man please work
1 parent 8e73039 commit 4677e3b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ jobs:
187187
echo "TESTT: $TESTT"
188188
AA=$(echo $TESTT | sed 's#\\#/#g')
189189
echo "AA: $AA"
190+
TESTTA=$(npx jest --listTests --config test/windows/jest.config.js)
191+
echo "TESTTA: $TESTTA"
192+
AAA=$(echo $TESTTA | sed 's#\\#/#g')
193+
echo "AAA: $AAA"
190194
TEST=$(circleci tests glob "test/windows/**/*.spec.ts" | circleci tests split --split-by=timings | sed 's#\\#/#g')
191195
echo "TEST: $TEST"
192196
npm run test-jest-windows -- $TEST

0 commit comments

Comments
 (0)