Skip to content

bump test-it version #193

bump test-it version

bump test-it version #193

Workflow file for this run

name: CI tests
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: ./in-docker.sh 'npm install && npm run build && npm test'