Skip to content

Commit

Permalink
move linked dep install to shared workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Nov 7, 2024
1 parent 91201ec commit 0b7ccef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/setup-all/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ runs:
git config --global url."https://github.com/".insteadOf ssh://[email protected]/
npm install --prefix assets --package-lock-only
npm run install:ci
npm install --prefix assets -S -install-links deps/mbta_metro/priv/
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ jobs:
priv
react_renderer/dist/app.js
key: ci-application-cache-${{ github.sha }}
- run: npm install --prefix assets -S -install-links deps/mbta_metro/priv/
- run: npm --prefix assets run webpack:build
- run: npm --prefix assets run webpack:build:react
- run: mix compile --all-warnings
Expand Down

0 comments on commit 0b7ccef

Please sign in to comment.