Skip to content

Update notebook execution timestamps and clear cell outputs (#229) #38

Update notebook execution timestamps and clear cell outputs (#229)

Update notebook execution timestamps and clear cell outputs (#229) #38

Workflow file for this run

name: Test Web App
on:
push:
paths:
- 'webapp/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
working-directory: webapp
- name: Run tests
run: npx jest
working-directory: webapp