Skip to content

Merge pull request #148 from gtt-project/docs/record-geoq-verification #61

Merge pull request #148 from gtt-project/docs/record-geoq-verification

Merge pull request #148 from gtt-project/docs/record-geoq-verification #61

name: Test JavaScript
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
permissions:
contents: read
concurrency:
group: test-js-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
vitest:
name: vitest (jsdom)
runs-on: ubuntu-latest
# The suite runs in well under a minute; anything longer is a hang.
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm test