Skip to content

CI: add test to diagnose topiary problem #480

CI: add test to diagnose topiary problem

CI: add test to diagnose topiary problem #480

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: git clone https://github.com/rrthomas/topiary ~/topiary && cd ~/topiary && cargo install --path topiary-cli && RUST_BACKTRACE=full topiary -v -v -v -v format ../ursa/src/ursa/prelude.ursa
- run: |
npm install
npm run test-all