Skip to content

Fix the CI

Fix the CI #14

name: continuous-integration
on: push
defaults:
run:
shell: pwsh
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Fetch sources
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
cache: npm
node-version: latest
- name: Install dependencies
run: npm ci
- name: Run tests
run: ./invoke.ps1 Test
run:
needs: test
runs-on: ${{matrix.platform}}
strategy:
matrix:
platform: [ubuntu-latest, windows-latest]
steps:
- uses: cedx/setup-hashlink@main
- run: hl --version