Skip to content

feat: add cht-sync collector and update the sql exporter example #306

feat: add cht-sync collector and update the sql exporter example

feat: add cht-sync collector and update the sql exporter example #306

name: Integration tests
on: [push, pull_request]
env:
NODE_VERSION: 18.x
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install dependencies
run: npm ci
- name: Run test suite
run: npm run test-integration