Skip to content

changed locator to be valid #12280

changed locator to be valid

changed locator to be valid #12280

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.3.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