Skip to content

Commit

Permalink
Make GitHub actions work after release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Nov 6, 2024
1 parent e338a99 commit 10d8b39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,9 @@ jobs:
key: cljdeps-${{ hashFiles('project.clj') }}
restore-keys: cljdeps-

- name: Install Ragtime core locally
run: lein install
working-directory: ./core

- name: Run tests
run: lein sub test

0 comments on commit 10d8b39

Please sign in to comment.