Skip to content

Commit c1a4e2c

Browse files
committed
ci: pass path env to npm run lint
1 parent 5d7ea90 commit c1a4e2c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,12 @@ jobs:
6868
lint:
6969
<<: *defaults
7070
steps:
71+
- restore_cache:
72+
keys:
73+
- nargo-cache-<< pipeline.parameters.noir_version >>
7174
- attach_workspace:
7275
at: ~/repo
73-
- run: npm run lint
76+
- run: PATH=/home/circleci/.nargo/bin:$PATH npm run lint
7477

7578
noir_tests:
7679
<<: *defaults

0 commit comments

Comments
 (0)