Skip to content

Merge branch 'master' into dependabot/npm_and_yarn/ajv-6.12.6 #171

Merge branch 'master' into dependabot/npm_and_yarn/ajv-6.12.6

Merge branch 'master' into dependabot/npm_and_yarn/ajv-6.12.6 #171

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 16.x]
steps:
- uses: actions/checkout@v4
- uses: docker/setup-docker-action@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: yarn lint & test
run: |
yarn
yarn lint
yarn test
- name: integration tests
run: |
yarn test:ci