Skip to content

Commit f3444c8

Browse files
authored
Merge pull request #182 from JuliaGeodynamics/aelligp-patch-2
rm test dir from compat helper
2 parents 4e8abd7 + 424de45 commit f3444c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }} # optional
16-
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs=["", "test"])' # subdirs can be omitted if not needed
16+
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs=[""])' # subdirs can be omitted if not needed

0 commit comments

Comments
 (0)