Skip to content

Commit

Permalink
chore(ci): remove ci job used for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Jun 12, 2024
1 parent 174c414 commit fb1a7f9
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/nucypher-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,42 +87,6 @@ jobs:
- run: yarn test
working-directory: nucypher-core-wasm/examples/node

# Tests for compatibility across different versions of Node.js
yarn-test-node-22:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 18, 20, 22 ]
rust:
- stable
target:
- wasm32-unknown-unknown
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: ${{ matrix.rust }}
targets: ${{ matrix.target }}
- uses: actions/setup-node@v4
with:
node-version: 22
- name: Install Yarn
run: npm install -g yarn
- run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- run: make
working-directory: nucypher-core-wasm
- run: yarn install
working-directory: nucypher-core-wasm/examples/node
- run: yarn build
working-directory: nucypher-core-wasm/examples/node
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
working-directory: nucypher-core-wasm/examples/node
- run: yarn test
working-directory: nucypher-core-wasm/examples/node

rebundle-wasm:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit fb1a7f9

Please sign in to comment.