Skip to content

Commit

Permalink
update: add cwd in two phases of a job
Browse files Browse the repository at this point in the history
  • Loading branch information
clostao committed Nov 6, 2024
1 parent fc4d7e6 commit 38b6ce7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/frontend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ jobs:
node-version: "18"

- name: Enable Corepack
working-directory: ./frontend
run: corepack enable

- name: Set Yarn version to Berry
working-directory: ./frontend
run: corepack prepare [email protected] --activate

- name: Install dependencies
Expand Down

0 comments on commit 38b6ce7

Please sign in to comment.