Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ossianaa committed Aug 29, 2024
1 parent f29fe9b commit 6c60bc8
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ jobs:
shell: bash
run: ${{ matrix.settings.setup }}
- name: Install
run: npm install ${{ matrix.settings.arch }}
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: bindings-${{ matrix.settings.target }}
path: |
./build/Release/*.node
./build/Release/*.dll
if-no-files-found: error
run: npm install --arch=${{ matrix.settings.arch }}
- name: Gyp rebuild
run: npm run gyp-rebuild --arch=${{ matrix.settings.arch }}

0 comments on commit 6c60bc8

Please sign in to comment.