Skip to content

Commit 21e4b2d

Browse files
authored
Merge pull request #2453 from SciML/thazhemadam-patch-1
ci(CompatHelper): fix CompatHelper
2 parents 41333be + 2b3af96 commit 21e4b2d

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
@@ -23,4 +23,4 @@ jobs:
2323
- name: CompatHelper.main()
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26-
run: julia -e 'using CompatHelper; CompatHelper.main(;subdirs=["", "docs", "test/down", "diagrams"])'
26+
run: julia -e 'using CompatHelper; CompatHelper.main(;subdirs=["", "docs", "test/downstream"])'

0 commit comments

Comments
 (0)