Skip to content

Commit d1be2ec

Browse files
committed
fix syntax
1 parent 0d3a34a commit d1be2ec

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,4 @@ jobs:
6363
run: >
6464
TEST262_NODE_VERSION=${{ matrix.TEST262_NODE_VERSION }}
6565
TEST262_ESM=${{ matrix.TEST262_ESM }}
66-
cd packages/temporal-polyfill
67-
pnpm run test262
66+
cd packages/temporal-polyfill && pnpm run test262

0 commit comments

Comments
 (0)