Skip to content

Commit

Permalink
remove useless step
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Apr 18, 2024
1 parent d13ce10 commit cabba36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,10 @@ jobs:
- name: Install conan dependencies
run: npm run conan:native
- name: Build magickwand.js
run: npm install --build-from-source --verbose
run: npm install --build-from-source --verbose --foreground-scripts
- name: magick_configure.log
run: cat build/magick_configure.log
shell: bash
- run: npx @mapbox/node-pre-gyp build
- run: npx mocha test/node.test.ts test/integration.test.ts
env:
MOCHA_INTEGRATION: node
Expand Down

0 comments on commit cabba36

Please sign in to comment.