debug windows

This commit is contained in:
Michiel Borkent 2025-03-19 17:23:26 +01:00
parent 1b2682b67a
commit 007209c0d2

View file

@ -75,6 +75,9 @@
(doseq [p test-paths]
(add-classpath (str (fs/file git-dir p)))))
(when-not (and skip-windows (windows?))
(prn :branch (current-branch))
(prn :head-ref (System/getenv "GITHUB_HEAD_REF"))
(prn (System/getenv))
(if (and flaky (#{"main" "master"} (current-branch)))
(println "Skipping" tns "for main branch because it's marked flaky")
(swap! test-nss into tns))))