Skip to content

Commit cabff0a

Browse files
authored
Merge pull request #70 from snyk/chore/workdir-fix
chore: explicitly set working dir for CircleCI
2 parents a12d9f0 + a31a31f commit cabff0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
version: 2.1
22
jobs:
33
test:
4+
working_directory: ~/code-sdk
45
docker:
56
- image: circleci/node:12
67
steps:
@@ -20,6 +21,7 @@ jobs:
2021
- run: npm run test
2122

2223
release:
24+
working_directory: ~/code-sdk
2325
docker:
2426
- image: circleci/node:12
2527
steps:

0 commit comments

Comments
 (0)