Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Nov 14, 2024
1 parent 8041c2a commit 1c26fd6
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,16 @@ jobs:
cache: 'npm'
registry-url: 'https://registry.npmjs.org'

- name: Build with Node.js ${{ matrix.node }} on ${{ matrix.os }}
run: npm run install-zstd && npm install --loglevel verbose --ignore-scripts && npm run compile
- name: Install zstd
run: npm run install-zstd
shell: bash

- name: install dependencies
run: pm install --loglevel verbose --ignore-scripts
shell: bash

- name: Compile addon
run: npm run compile
shell: bash

- name: Test ${{ matrix.os }}
Expand Down

0 comments on commit 1c26fd6

Please sign in to comment.