Skip to content

Commit

Permalink
updating GitHub CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Sep 15, 2024
1 parent 4da80e2 commit 268410f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
node -v && npm -v && dotnet --version && node -p process.platform && node -p process.arch
- name: npm install
run: npm i --no-audit
run: |
npm i
npm i -g node-gyp
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1

Expand Down Expand Up @@ -85,9 +87,6 @@ jobs:
node-gyp build
copy /y .\build\Release\edge_*.node "release\arm64\${{ matrix.electron }}"
rmdir /S /Q build
- name: "Merge test files"
run: node tools/mergeTests.js
- name: Upload artifacts
uses: actions/[email protected]
Expand Down

0 comments on commit 268410f

Please sign in to comment.