Skip to content

Enhance App.js with notebook reference and improved Spark app ID hand… #188

Enhance App.js with notebook reference and improved Spark app ID hand…

Enhance App.js with notebook reference and improved Spark app ID hand… #188

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