Skip to content

Feature/add elections (#26) #9

Feature/add elections (#26)

Feature/add elections (#26) #9

Workflow file for this run

name: Blockchain CI/CD
env:
PRIVATE_KEY: SmxyrBPnBDM0uhl2g0zcWL7hSI8Yh5KS
on: [push]
jobs:
ci:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./blockchain
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Setup and run tests using Node.js ${{ matrix.node-version }}
run: |
npm install
npm run test
npm run coverage