Skip to content

Fix CI tests

Fix CI tests #1578

Workflow file for this run

name: Tests
on:
pull_request:
branches: [main, develop]
push:
branches: [main, develop]
jobs:
Lint-Check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Google Chrome
run: |
sudo apt-get update
sudo apt-get install -y google-chrome-stable
- run: yarn
- run: yarn test