-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UNIFY-11 simplify cljs GH action and deps
Signed-off-by: Sean Corfield <[email protected]>
- Loading branch information
1 parent
9f4a287
commit b277685
Showing
2 changed files
with
3 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
- uses: actions/setup-java@v4 | ||
with: | ||
distribution: 'temurin' | ||
java-version: '17' | ||
java-version: '21' | ||
|
||
- uses: DeLaGuardo/[email protected] | ||
with: | ||
|
@@ -37,10 +37,5 @@ jobs: | |
restore-keys: | | ||
${{ runner.os }}-${{ env.cache-name }}- | ||
- name: Build tests | ||
run: clojure -M:test:cljs-build | ||
|
||
- name: Run tests | ||
run: | | ||
node target/test.js | tee test-out.txt | ||
grep -qxF '0 failures, 0 errors.' test-out.txt | ||
run: clojure -M:test:cljs-runner |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters