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

fix: update e2e test ci #12

fix: update e2e test ci

fix: update e2e test ci #12

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