Skip to content

before bump to fabric-sdk-node #4

before bump to fabric-sdk-node

before bump to fabric-sdk-node #4

Workflow file for this run

name: hsm
on:
push:
jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
with:
submodules: true
- uses: actions/setup-node@main
with:
check-latest: true
node-version: lts/*
- run: sudo apt-get install -y softhsm2
- run: npm install
- run: npx mocha test-hsm