Skip to content

Use the ReactAppDependencyProvider in the template #10

Use the ReactAppDependencyProvider in the template

Use the ReactAppDependencyProvider in the template #10

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- main
jobs:
unit-tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup node.js
uses: actions/[email protected]
with:
node-version: 18
- name: Run unit tests
run: npm install && npm test