Skip to content

Update index.html

Update index.html #518

Workflow file for this run

name: Unit tests
on: [push, pull_request]
jobs:
frontend:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test:frontend