Skip to content

Commit

Permalink
refactor: 🔥 delete test in arm
Browse files Browse the repository at this point in the history
  • Loading branch information
stormslowly committed Mar 22, 2023
1 parent f37bf5a commit 1315c92
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1315c92

Please sign in to comment.