@@ -175,7 +175,7 @@ jobs:
175175 # run: ls -R .
176176 # shell: bash
177177 # - name: Test bindings
178- # run: pnpm test
178+ # run: npm test
179179 test-linux-x64-gnu-binding :
180180 name : Test bindings on Linux-x64-gnu - node@${{ matrix.node }}
181181 needs :
@@ -209,7 +209,7 @@ jobs:
209209 run : ls -R .
210210 shell : bash
211211 - name : Test bindings
212- run : docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-slim pnpm test
212+ run : docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-slim npm test
213213 test-linux-x64-musl-binding :
214214 name : Test bindings on x86_64-unknown-linux-musl - node@${{ matrix.node }}
215215 needs :
@@ -245,7 +245,7 @@ jobs:
245245 run : ls -R .
246246 shell : bash
247247 - name : Test bindings
248- run : docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-alpine pnpm test
248+ run : docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-alpine npm test
249249 test-linux-aarch64-gnu-binding :
250250 name : Test bindings on aarch64-unknown-linux-gnu - node@${{ matrix.node }}
251251 needs :
@@ -283,7 +283,7 @@ jobs:
283283 options : ' --platform linux/arm64 -v ${{ github.workspace }}:/build -w /build'
284284 run : |
285285 set -e
286- pnpm test
286+ npm test
287287 ls -la
288288 test-linux-aarch64-musl-binding :
289289 name : Test bindings on aarch64-unknown-linux-musl - node@${{ matrix.node }}
@@ -317,7 +317,7 @@ jobs:
317317 options : ' --platform linux/arm64 -v ${{ github.workspace }}:/build -w /build'
318318 run : |
319319 set -e
320- pnpm test
320+ npm test
321321 test-linux-arm-gnueabihf-binding :
322322 name : Test bindings on armv7-unknown-linux-gnueabihf - node@${{ matrix.node }}
323323 needs :
@@ -354,7 +354,7 @@ jobs:
354354 options : ' --platform linux/arm/v7 -v ${{ github.workspace }}:/build -w /build'
355355 run : |
356356 set -e
357- pnpm test
357+ npm test
358358 ls -la
359359 universal-macOS :
360360 name : Build universal macOS binary
0 commit comments