Skip to content

Bug: Use os-normalized fsPath #192

Bug: Use os-normalized fsPath

Bug: Use os-normalized fsPath #192

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@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20.x"
- name: Install dependencies
run: |
npm install
npm run build
- name: Run integration tests
run: ./integ/integ.sh
env:
AILLY_ENGINE: noop