Skip to content

wip trying to update docusaurus to get it working #195

wip trying to update docusaurus to get it working

wip trying to update docusaurus to get it working #195

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'