Skip to content

Commit

Permalink
ci debug: only run macos safari api tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lread committed Mar 14, 2024
1 parent c168e88 commit e73ae8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/test_matrix.clj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
(System/exit 1))})]
(if (:help opts)
(usage-help)
(let [matrix (github-actions-matrix)]
(let [matrix #_(github-actions-matrix)
[{:os "macos" :cmd "bb test:jvm --suites api --browsers safari" :desc "api macos safari jvm"}]]
(status/line :detail
(if (= "json" (:format opts))
(json/generate-string matrix)
Expand Down

0 comments on commit e73ae8e

Please sign in to comment.