Skip to content

feat(#60): dashboards with CHT api express metrics #84

feat(#60): dashboards with CHT api express metrics

feat(#60): dashboards with CHT api express metrics #84

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