Skip to content

Commit

Permalink
ci: speed up arm64-glibc test
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed Jul 2, 2024
1 parent 3ac727e commit 644e817
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,7 @@ jobs:
distro: ubuntu_latest
githubToken: ${{ github.token }}
install: |
apt-get update && apt-get install -y curl
curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
apt-get install -y --no-install-recommends nodejs
apt-get update && apt-get install -y --no-install-recommends nodejs npm
run: |
npm run test:js
Expand Down

0 comments on commit 644e817

Please sign in to comment.