Skip to content

Commit

Permalink
GitHub Actions: add Topiary (my fork) to build
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Sep 14, 2024
1 parent b34bc70 commit 79e24cc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Ursa CI

on: [ push, pull_request ]
on: [push, pull_request]

jobs:
# Build job
Expand All @@ -11,5 +11,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run test-all
- run: |
git clone https://github.com/rrthomas/topiary ~/topiary && cd ~/topiary && cargo install --path topiary-cli
npm install
npm run test-all

0 comments on commit 79e24cc

Please sign in to comment.