diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f9578c..ca6bdd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: Ursa CI -on: [ push, pull_request ] +on: [push, pull_request] jobs: # Build job @@ -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