Skip to content

Rename "All breaches" to "Recent data breaches" #13239

Rename "All breaches" to "Recent data breaches"

Rename "All breaches" to "Recent data breaches" #13239

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: '22.5.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