Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
erdos committed Jul 20, 2024
1 parent 26eadc6 commit d2885dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_visual_flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Compile Java
run: clojure -T:build compile-java
- name: Test Clojure
run: clojure -M:test stencil.visual # TODO: double-check
run: clojure -M:test --focus stencil.visual # TODO: double-check
- name: Archive diff png
uses: actions/upload-artifact@v3
if: failure()
Expand Down

0 comments on commit d2885dc

Please sign in to comment.