Skip to content

Commit b58767c

Browse files
author
Massimiliano Pippi
committed
dont change current directory
1 parent 4ba735d commit b58767c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,10 @@ jobs:
2020
node-version: 10.x
2121

2222
- name: npm install
23-
working-directory: ./setup-arduino-cli
2423
run: npm install
2524

2625
- name: npm lint
27-
working-directory: ./setup-arduino-cli
2826
run: npm run format-check
2927

3028
- name: npm test
31-
working-directory: ./setup-arduino-cli
3229
run: npm test

0 commit comments

Comments
 (0)