debug windows
This commit is contained in:
parent
1b2682b67a
commit
007209c0d2
1 changed files with 3 additions and 0 deletions
|
|
@ -75,6 +75,9 @@
|
||||||
(doseq [p test-paths]
|
(doseq [p test-paths]
|
||||||
(add-classpath (str (fs/file git-dir p)))))
|
(add-classpath (str (fs/file git-dir p)))))
|
||||||
(when-not (and skip-windows (windows?))
|
(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)))
|
(if (and flaky (#{"main" "master"} (current-branch)))
|
||||||
(println "Skipping" tns "for main branch because it's marked flaky")
|
(println "Skipping" tns "for main branch because it's marked flaky")
|
||||||
(swap! test-nss into tns))))
|
(swap! test-nss into tns))))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue