Skip to content

Add onboarding=tutorial to the query params to show the tutorial on load #4555

Add onboarding=tutorial to the query params to show the tutorial on load

Add onboarding=tutorial to the query params to show the tutorial on load #4555

Workflow file for this run

name: Unit tests
on: [ push, pull_request ]
jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Install modules
run: yarn
- name: Run tests
run: yarn test
- name: Run gui tests
run: yarn test:gui