Skip to content

Commit 163c7e5

Browse files
committed
fix: add working directory for install
1 parent 470493c commit 163c7e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
uses: actions/setup-node@v3
2020
with:
2121
node-version: 16
22-
- run: yarn install
22+
- working-directory: ./spectral
23+
run: yarn
2324
- working-directory: ./spectral
2425
run: yarn build
2526
- working-directory: ./spectral

0 commit comments

Comments
 (0)