Skip to content

Commit

Permalink
install node modules in CI before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeMasen committed Jun 3, 2023
1 parent 27e33ae commit 65c8f06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- name: Build
run: cargo build
- uses: actions/setup-node@v2
- name: install node modules
run: npm i
- name: curl moz_central
run: curl https://hg.mozilla.org/mozilla-central/archive/tip.zip/js/src/jit-test/tests/ --output moz-central.zip
- name: unzip moz-central
Expand Down

0 comments on commit 65c8f06

Please sign in to comment.