Skip to content

Commit

Permalink
feat: use npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
mayintao3 committed Sep 25, 2024
1 parent ec7dbfc commit 8b72c6b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 883 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
# run: ls -R .
# shell: bash
# - name: Test bindings
# run: pnpm test
# run: npm test
test-linux-x64-gnu-binding:
name: Test bindings on Linux-x64-gnu - node@${{ matrix.node }}
needs:
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
run: ls -R .
shell: bash
- name: Test bindings
run: docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-slim pnpm test
run: docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-slim npm test
test-linux-x64-musl-binding:
name: Test bindings on x86_64-unknown-linux-musl - node@${{ matrix.node }}
needs:
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
run: ls -R .
shell: bash
- name: Test bindings
run: docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-alpine pnpm test
run: docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-alpine npm test
test-linux-aarch64-gnu-binding:
name: Test bindings on aarch64-unknown-linux-gnu - node@${{ matrix.node }}
needs:
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
options: '--platform linux/arm64 -v ${{ github.workspace }}:/build -w /build'
run: |
set -e
pnpm test
npm test
ls -la
test-linux-aarch64-musl-binding:
name: Test bindings on aarch64-unknown-linux-musl - node@${{ matrix.node }}
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
options: '--platform linux/arm64 -v ${{ github.workspace }}:/build -w /build'
run: |
set -e
pnpm test
npm test
test-linux-arm-gnueabihf-binding:
name: Test bindings on armv7-unknown-linux-gnueabihf - node@${{ matrix.node }}
needs:
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
options: '--platform linux/arm/v7 -v ${{ github.workspace }}:/build -w /build'
run: |
set -e
pnpm test
npm test
ls -la
universal-macOS:
name: Build universal macOS binary
Expand Down
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

3 changes: 0 additions & 3 deletions .yarnrc.yml

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@
"format:source": "prettier . -w",
"version": "napi version && conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
},
"packageManager": "[email protected]",
"repository": "https://github.com/NervJS/parse-css-to-stylesheet"
}

0 comments on commit 8b72c6b

Please sign in to comment.