Skip to content

Commit

Permalink
Fix yarn caching
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Aug 8, 2023
1 parent 48bb5c9 commit 421db16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
node-version: '16'
cache: 'yarn'
cache-dependency-path: 'ui/yarn.lock'
- name: Scalafmt
run: sbt scalafmtCheck
- name: Scalastyle
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
with:
node-version: '16'
cache: 'yarn'
cache-dependency-path: 'ui/yarn.lock'
- name: Build app
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
Expand Down

0 comments on commit 421db16

Please sign in to comment.