Skip to content

MNTOR-3556: Front end integration (#4995) #13681

MNTOR-3556: Front end integration (#4995)

MNTOR-3556: Front end integration (#4995) #13681

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.9.x'
- run: npm ci
- run: npm run build-glean
- run: npm test
- uses: actions/upload-artifact@v4
if: failure()
with:
name: coverage-report
path: coverage/
retention-days: 30