diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 34811b6..0d6476d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -288,34 +288,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@v2 - - 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@v2 + # - 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