Skip to content

feat: multiple accounts on beinleumi base (#842) #1353

feat: multiple accounts on beinleumi base (#842)

feat: multiple accounts on beinleumi base (#842) #1353

Workflow file for this run

name: Node CI
on: [push, pull_request]
jobs:
build:
if: github.ref != 'refs/heads/master'
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install and test
run: |
npm ci
npm run test:ci