Skip to content

Fix coverage regression in Locator and Map tests #1082

Fix coverage regression in Locator and Map tests

Fix coverage regression in Locator and Map tests #1082

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm test
env:
CI: true
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 24
cache: npm
- run: npm install
- run: npm run check