Skip to content

Commit

Permalink
Change cljs test step to use deps.edn + shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
logseq-cldwalker committed Jan 3, 2024
1 parent 21fc788 commit 5aadba4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- 'test/**'
- 'project.clj'
- 'deps.edn'
- '.github/workflows/*'

jobs:
test:
Expand All @@ -20,5 +21,5 @@ jobs:
echo "JAVA_HOME=$JAVA_HOME_11_X64" >> $GITHUB_ENV
echo "$JAVA_HOME_11_X64/bin" >> $GITHUB_PATH
- run: ./script/test_clj.sh
- run: ./script/test_cljs.sh
- run: clojure -M:shadow-cljs:test compile test && beep-boop node target/datascript.js
- run: ./script/test_js.sh

0 comments on commit 5aadba4

Please sign in to comment.