Skip to content

Commit

Permalink
test: install Node dependencies as a separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
hauleth committed Dec 10, 2024
1 parent cdcff01 commit f388363
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache-dependency-path:
- test/integration/js/
- name: Set up Rust
uses: dtolnay/rust-toolchain@v1
with:
Expand Down Expand Up @@ -172,6 +174,8 @@ jobs:
run: docker-compose -f ./docker-compose.db.yml up -d
- name: Start epmd
run: epmd -daemon
- name: Install Node dependencies
run: 'cd test/integration/js/; npm install'
- name: Run tests
run: mix test --only integration --trace

Expand Down

0 comments on commit f388363

Please sign in to comment.