Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Longer test timeouts. #493

Longer test timeouts.

Longer test timeouts. #493

Workflow file for this run

name: Run Tests
on: [push]
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install front end NPM deps
run: npm ci
- name: Install back end NPM deps
run: cd backend && npm ci && cd ..
- run: npm test