Skip to content

Make test data match new decoder output format #9

Make test data match new decoder output format

Make test data match new decoder output format #9

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '21.x'
- name: Install dependencies
run: yarn
- name: Build
run: yarn build
- name: Run tests
run: yarn test-all