Skip to content

Update notebook execution timestamps and fix styling in TextResult.js… #42

Update notebook execution timestamps and fix styling in TextResult.js…

Update notebook execution timestamps and fix styling in TextResult.js… #42

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