Skip to content

Commit

Permalink
fix check dep and CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
raystubbs committed Nov 3, 2024
1 parent 81631b0 commit e344fbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
restore-keys: deps-
- name: Install Yarn dependencies
run: yarn
- name: Run browser tests
- name: Run ClojureScript tests
run: yarn test
- name: Run Clojure tests
run: clojure -A:dev -X test/run
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{:paths ["src"]
:deps {me.raystubbs/check {:local/root "../check"}}
:deps {me.raystubbs/check {:mvn/version "0.0.1"}}

:aliases
{:dev
Expand Down

0 comments on commit e344fbc

Please sign in to comment.