Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshull committed Nov 5, 2024
1 parent 0550e35 commit 0e5ceed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/actions/setup-all/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,6 @@ runs:
shell: bash
run: |
git config --global url."https://github.com/".insteadOf ssh://[email protected]/
npm install --prefix assets --package-lock-only
npm run install:ci
npm install -S -install-links ../deps/mbta_metro/priv/
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,10 @@ jobs:
with:
path: |
_build
deps
priv
react_renderer/dist/app.js
key: ci-application-cache-${{ github.sha }}
- run: npm i -g husky@latest
- run: npm install --package-lock-only
- run: npm install -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 0e5ceed

Please sign in to comment.