Skip to content

Commit c65aaee

Browse files
committed
debug: test compathelper
1 parent 692fadb commit c65aaee

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- cron: '00 * * * *'
66
issues:
77
types: [opened, reopened]
8+
push:
9+
branches:
10+
- at/test-compathelper
811

912
jobs:
1013
build:
@@ -26,7 +29,9 @@ jobs:
2629
run: |
2730
import CompatHelper
2831
subdirs = ["", "docs"]
32+
@info pwd()
33+
@info readdir(pwd())
2934
append!(subdirs, joinpath.(("lib",), filter(p -> isdir(joinpath("lib", p)), readdir("lib"))))
30-
CompatHelper.main(; subdirs)
35+
# CompatHelper.main(; subdirs)
3136
shell: julia --color=yes {0}
3237
working-directory: "./"

0 commit comments

Comments
 (0)