Skip to content

Commit

Permalink
test: change dir to webapp before calling corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
schlimmchen committed Sep 20, 2024
1 parent 0589781 commit 8f4d6fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/yarnlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- uses: actions/checkout@v4
- name: Enable Corepack
run: |
cd webapp
corepack enable
corepack install
- name: Setup Node.js and yarn
Expand Down

0 comments on commit 8f4d6fb

Please sign in to comment.