Skip to content

Commit

Permalink
Update extension test deps with CompatHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
sethaxen committed Dec 19, 2023
1 parent 8feb306 commit e6b04e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
run: |
using CompatHelper
CompatHelper.main(; subdirs=["", "docs"])
subdirs = ["", "docs", readdir("test/ext"; join=true)...]
CompatHelper.main(; subdirs)

0 comments on commit e6b04e9

Please sign in to comment.