Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

fix: delete web vitials, update prettier, remove eject command from s… #15

fix: delete web vitials, update prettier, remove eject command from s…

fix: delete web vitials, update prettier, remove eject command from s… #15

Workflow file for this run

name: Unit tests
on: push
permissions:
contents: read
actions: read
checks: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run tests
run: npm run test:ci
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: JEST Tests
path: junit.xml
reporter: jest-junit