Skip to content

Commit c6b2c05

Browse files
committed
Attach workspace in tests
1 parent 583a3d1 commit c6b2c05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
docker:
3030
- image: circleci/node:16
3131
steps:
32-
- checkout
32+
- attach_workspace:
33+
at: ~/editor
3334
- run:
3435
name: run-tests
3536
command: npm run test

0 commit comments

Comments
 (0)