Skip to content

Commit

Permalink
fixup: change PVC Ruby working directory to primer_view_components
Browse files Browse the repository at this point in the history
In theory this should mean we can cache both Primer run dependencies and core ViewComponent run dependencies. This feels better in the long run – it *might* mean we get dependencies twice when there's a version change in ViewComponent, but equally, the previous cache might still be kicking around.
  • Loading branch information
boardfish committed Aug 17, 2024
1 parent b1fc788 commit 45ddf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
with:
ruby-version: 3.3
bundler-cache: true
working-directory: 'view_component'
working-directory: 'primer_view_components'
- uses: actions/setup-node@v4
with:
node-version: 16
Expand Down

0 comments on commit 45ddf5b

Please sign in to comment.