Skip to content

Commit 04daf1b

Browse files
authored
Update compathelper.yml
1 parent 10d664a commit 04daf1b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/compathelper.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ jobs:
1111
steps:
1212
- name: Pkg.add("CompatHelper")
1313
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
14-
- name: CompatHelper.main()
14+
- name: CompatHelper.main
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }} # optional
18-
run: julia -e 'using CompatHelper; CompatHelper.main()'
18+
run: |
19+
julia -e 'using CompatHelperCompatHelper.main(
20+
subdirs=["RecipesBase", "RecipesPipeline", "PlotThemes", "PlotsBase", "Plots", "StatsPlots", "GraphRecipes"]
21+
)'

0 commit comments

Comments
 (0)