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

Commit

Permalink
replaced scope with working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kaimsfd committed Sep 27, 2023
1 parent 474d8ed commit d3f4472
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 @@ -61,4 +61,7 @@ jobs:
cache: "npm"
cache-dependency-path: frontend/
- run: yarn install
- run: yarn test --scope frontend/

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

0 comments on commit d3f4472

Please sign in to comment.