Skip to content

Integration tests

Integration tests #348

Workflow file for this run

name: Integration tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 14
- run: npm install --package-lock-only