Skip to content

626 query should be returned in resultset (#627) #218

626 query should be returned in resultset (#627)

626 query should be returned in resultset (#627) #218

Workflow file for this run

name: tests
on:
- pull_request
- push
jobs:
test:
runs-on: macos-latest
strategy:
matrix:
node-version: [18, 20, 22]
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm test
timeout-minutes: 5 # If the tests fails, the browser will hang open indefinitely