diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d18ce8a..a8297a0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -278,7 +278,6 @@ jobs: options: '--platform linux/arm64 -v ${{ github.workspace }}:/build -w /build' run: | set -e -# yarn test ls -la test-linux-aarch64-musl-binding: name: Test bindings on aarch64-unknown-linux-musl - node@${{ matrix.node }} @@ -312,7 +311,6 @@ jobs: options: '--platform linux/arm64 -v ${{ github.workspace }}:/build -w /build' run: | set -e -# yarn test test-linux-arm-gnueabihf-binding: name: Test bindings on armv7-unknown-linux-gnueabihf - node@${{ matrix.node }} needs: @@ -351,7 +349,6 @@ jobs: options: '--platform linux/arm/v7 -v ${{ github.workspace }}:/build -w /build' run: | set -e -# yarn test ls -la publish: name: Publish