|
37 | 37 | - host: windows-latest
|
38 | 38 | build: |
|
39 | 39 | pnpm build --target i686-pc-windows-msvc
|
40 |
| - pnpm test |
| 40 | + pnpm testNoBuild |
41 | 41 | target: i686-pc-windows-msvc
|
42 | 42 | - host: ubuntu-latest
|
43 | 43 | target: x86_64-unknown-linux-gnu
|
@@ -202,7 +202,7 @@ jobs:
|
202 | 202 | run: ls -R .
|
203 | 203 | shell: bash
|
204 | 204 | - name: Test bindings
|
205 |
| - run: pnpm test |
| 205 | + run: pnpm testNoBuild |
206 | 206 | test-linux-x64-gnu-binding:
|
207 | 207 | name: Test bindings on Linux-x64-gnu - node@${{ matrix.node }}
|
208 | 208 | needs:
|
@@ -236,7 +236,7 @@ jobs:
|
236 | 236 | run: ls -R .
|
237 | 237 | shell: bash
|
238 | 238 | - name: Test bindings
|
239 |
| - run: docker run --rm -v $(pwd):/build -w /build/crates/edr_napi node:${{ matrix.node }} bash -c "wget -qO- 'https://unpkg.com/@pnpm/self-installer' | node; pnpm test" |
| 239 | + run: docker run --rm -v $(pwd):/build -w /build/crates/edr_napi node:${{ matrix.node }} bash -c "wget -qO- 'https://unpkg.com/@pnpm/self-installer' | node; pnpm testNoBuild" |
240 | 240 | test-linux-x64-musl-binding:
|
241 | 241 | name: Test bindings on x86_64-unknown-linux-musl - node@${{ matrix.node }}
|
242 | 242 | needs:
|
@@ -272,7 +272,7 @@ jobs:
|
272 | 272 | run: ls -R .
|
273 | 273 | shell: bash
|
274 | 274 | - name: Test bindings
|
275 |
| - run: docker run --rm -v $(pwd):/build -w /build/crates/edr_napi node:${{ matrix.node }}-alpine sh -c "wget -qO- 'https://unpkg.com/@pnpm/self-installer' | node; pnpm test" |
| 275 | + run: docker run --rm -v $(pwd):/build -w /build/crates/edr_napi node:${{ matrix.node }}-alpine sh -c "wget -qO- 'https://unpkg.com/@pnpm/self-installer' | node; pnpm testNoBuild" |
276 | 276 | test-linux-aarch64-gnu-binding:
|
277 | 277 | name: Test bindings on aarch64-unknown-linux-gnu - node@${{ matrix.node }}
|
278 | 278 | needs:
|
@@ -315,7 +315,7 @@ jobs:
|
315 | 315 | run: |
|
316 | 316 | wget -qO- 'https://unpkg.com/@pnpm/self-installer' | node
|
317 | 317 | set -e
|
318 |
| - pnpm test |
| 318 | + pnpm testNoBuild |
319 | 319 | ls -la
|
320 | 320 | test-linux-aarch64-musl-binding:
|
321 | 321 | name: Test bindings on aarch64-unknown-linux-musl - node@lts
|
@@ -353,7 +353,7 @@ jobs:
|
353 | 353 | run: |
|
354 | 354 | wget -qO- 'https://unpkg.com/@pnpm/self-installer' | node
|
355 | 355 | set -e
|
356 |
| - pnpm test |
| 356 | + pnpm testNoBuild |
357 | 357 | check_commit:
|
358 | 358 | name: Check commit
|
359 | 359 | runs-on: ubuntu-latest
|
|
0 commit comments