Skip to content

Commit 3ed54d8

Browse files
committed
remove unnessary ci tests
1 parent 0fd4bb0 commit 3ed54d8

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -315,45 +315,6 @@ jobs:
315315
run: |
316316
set -e
317317
yarn test
318-
test-linux-arm-gnueabihf-binding:
319-
name: Test bindings on armv7-unknown-linux-gnueabihf - node@${{ matrix.node }}
320-
needs:
321-
- build
322-
strategy:
323-
fail-fast: false
324-
matrix:
325-
node:
326-
- '18'
327-
- '20'
328-
runs-on: ubuntu-latest
329-
steps:
330-
- uses: actions/checkout@v4
331-
- name: Download artifacts
332-
uses: actions/download-artifact@v4
333-
with:
334-
name: bindings-armv7-unknown-linux-gnueabihf
335-
path: .
336-
- name: List packages
337-
run: ls -R .
338-
shell: bash
339-
- name: Install dependencies
340-
run: |
341-
yarn config set supportedArchitectures.cpu "arm"
342-
yarn install
343-
- name: Set up QEMU
344-
uses: docker/setup-qemu-action@v3
345-
with:
346-
platforms: arm
347-
- run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
348-
- name: Setup and run tests
349-
uses: addnab/docker-run-action@v3
350-
with:
351-
image: node:${{ matrix.node }}-bullseye-slim
352-
options: '--platform linux/arm/v7 -v ${{ github.workspace }}:/build -w /build'
353-
run: |
354-
set -e
355-
yarn test
356-
ls -la
357318
universal-macOS:
358319
name: Build universal macOS binary
359320
needs:
@@ -395,7 +356,6 @@ jobs:
395356
- test-linux-x64-musl-binding
396357
- test-linux-aarch64-gnu-binding
397358
- test-linux-aarch64-musl-binding
398-
- test-linux-arm-gnueabihf-binding
399359
- universal-macOS
400360
steps:
401361
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)