Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
added working-directory to yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
kaimsfd committed Sep 27, 2023
1 parent d3f4472 commit d9a0e0c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/frontend-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "npm"
cache-dependency-path: frontend/
- run: yarn install

- name: yarn install
run: yarn install
working-directory: frontend/

- name: yarn test
run: yarn test
Expand Down

0 comments on commit d9a0e0c

Please sign in to comment.