We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e8abd7 + 424de45 commit f3444c8Copy full SHA for f3444c8
.github/workflows/CompatHelper.yml
@@ -13,4 +13,4 @@ jobs:
13
env:
14
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }} # optional
16
- run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs=["", "test"])' # subdirs can be omitted if not needed
+ run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs=[""])' # subdirs can be omitted if not needed
0 commit comments