Skip to content

Adds integration testing (#47) #2

Adds integration testing (#47)

Adds integration testing (#47) #2

Workflow file for this run

name: "*Nix Integration Tests"
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
linux-integ:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: "20.x"
- name: Install dependencies
run: npm install ; npx tsc -p core
- name: Run integration tests
run: ./integ/integ.sh