Skip to content

qf: correct dir

qf: correct dir #18

Workflow file for this run

name: Tests
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm install
- run: npm run test:ci
- uses: dorny/test-reporter@v1
with:
artifact: test-results # artifact name
name: JEST Tests # Name of the check run which will be created
path: "reports/*.xml" # Path to test results (inside artifact .zip)
reporter: jest-junit # Format of test results