Skip to content

Add tests for all untested Ursa compiler error conditions #375

Add tests for all untested Ursa compiler error conditions

Add tests for all untested Ursa compiler error conditions #375

Workflow file for this run

name: Ursa CI
on: [ push, pull_request ]
jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run test-all