Skip to content

Commit

Permalink
ci: CompatHelper in multiple subdirs
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Dec 22, 2023
1 parent d9744e1 commit be63f64
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ on:
jobs:
CompatHelper:
runs-on: ubuntu-latest
strategy:
matrix:
subdir: ["", "docs", "test"]
steps:
- name: Pkg.add("CompatHelper")
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
- name: CompatHelper.main()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
run: julia -e 'using CompatHelper; CompatHelper.main()'
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs=${{ matrix.subdir }})'

0 comments on commit be63f64

Please sign in to comment.