Skip to content

Additional tests for hcql adapter #113

Additional tests for hcql adapter

Additional tests for hcql adapter #113

Workflow file for this run

name: Tests
on:
workflow_call:
workflow_dispatch:
pull_request:
merge_group:
push:
branches:
- main
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20, 22]
steps:
- uses: actions/checkout@v5
with:
submodules: true
- uses: actions/setup-node@v5
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test