Skip to content

Merge pull request #12 from f-o-a-m/add-evm-versions #10

Merge pull request #12 from f-o-a-m/add-evm-versions

Merge pull request #12 from f-o-a-m/add-evm-versions #10

Workflow file for this run

name: Run test suite
on:
push:
branches:
- '*'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: setup node
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- name: run tests
run: |
npm install
npm run build
npm run test