Skip to content

Merge branch 'development/8.1' into dependabot/npm_and_yarn/json5-1.0.2 #83

Merge branch 'development/8.1' into dependabot/npm_and_yarn/json5-1.0.2

Merge branch 'development/8.1' into dependabot/npm_and_yarn/json5-1.0.2 #83

Workflow file for this run

name: Tests
on:
push:
branches-ignore:
- development/**
- q/*/**
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkokut
uses: actions/checkout@v4
- name: Install deps
run: sudo apt-get update -q
- uses: actions/setup-node@v4
with:
node-version: '16'
- name: Install Yarn
run: npm install -g yarn
- name: install dependencies
run: yarn install --frozen-lockfile
- name: run lint
run: echo "linter is disabled temporarily ()" || yarn run --silent lint -- --max-warnings 0
- name: run lint_md
run: yarn --silent lint_md
- name: run test
run: yarn test
- name: run coverage
run: yarn coverage