Skip to content

Round split sizes numbers into json saved datas #204 #654

Round split sizes numbers into json saved datas #204

Round split sizes numbers into json saved datas #204 #654

Workflow file for this run

name: Unit tests
on: [push, workflow_dispatch]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 20
- name: yarn install
run: |
yarn install
- name: yarn test
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
yarn test