Skip to content

Commit

Permalink
ci: disable wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Jul 5, 2024
1 parent e00045e commit 9cf59ff
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,34 +287,34 @@ jobs:
image: ${{ steps.docker.outputs.IMAGE }}
options: -v ${{ steps.docker.outputs.PNPM_STORE_PATH }}:${{ steps.docker.outputs.PNPM_STORE_PATH }} -v ${{ github.workspace }}:${{ github.workspace }} -w ${{ github.workspace }} --platform ${{ steps.docker.outputs.PLATFORM }}
run: npm run test
test-wasi:
name: Test WASI target
needs:
- build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup pnpm
uses: pnpm/action-setup@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install
# - name: Download artifacts
# uses: actions/download-artifact@v4
# with:
# name: bindings-wasm32-wasip1-threads
# path: .
- name: List packages
run: ls -R .
shell: bash
- name: Test bindings
run: pnpm test
env:
NAPI_RS_FORCE_WASI: 1
# test-wasi:
# name: Test WASI target
# needs:
# - build
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - name: setup pnpm
# uses: pnpm/action-setup@v4
# - name: Setup node
# uses: actions/setup-node@v4
# with:
# node-version: 20
# cache: pnpm
# - name: Install dependencies
# run: pnpm install
# - name: Download artifacts
# uses: actions/download-artifact@v4
# with:
# name: bindings-wasm32-wasip1-threads
# path: .
# - name: List packages
# run: ls -R .
# shell: bash
# - name: Test bindings
# run: pnpm test
# env:
# NAPI_RS_FORCE_WASI: 1
publish:
name: Publish
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9cf59ff

Please sign in to comment.