Skip to content

rollback to using history as array #139

rollback to using history as array

rollback to using history as array #139

name: Run tests on every push
on:
push:
branches:
- "**" # matches every branch
jobs:
build_on_linux:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 16.16.0
cache: 'yarn'
- name: Install dependencies
run: yarn
- name: Run tests
run: yarn test --run # do not watch