Skip to content

Commit c17ce3d

Browse files
committed
fix: format
1 parent 359dbd6 commit c17ce3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,13 +267,13 @@ jobs:
267267
name: Run Windows tests in parallel
268268
command: |
269269
echo "====Before===="
270-
ls $(TMPDIR:-/tmp)
270+
ls ${TMPDIR:-/tmp}
271271
echo "==============="
272272
273273
npm run test-jest-windows
274274
275275
echo "====After===="
276-
ls $(TMPDIR:-/tmp)
276+
ls ${TMPDIR:-/tmp}
277277
echo "==============="
278278
environment:
279279
JEST_JUNIT_OUTPUT_DIR: './reports/junit'

0 commit comments

Comments
 (0)