Skip to content

Commit 6bb7c3e

Browse files
authored
Update CI.yml
1 parent 1902eaa commit 6bb7c3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ jobs:
9595
- run: |
9696
julia --project=docs -e '
9797
using Documenter: doctest
98-
using TraitSimulation
99-
doctest(TraitSimulation)'
98+
using VarianceComponentModels
99+
doctest(VarianceComponentModels)'
100100
- run: julia --project=docs docs/make.jl
101101
env:
102102
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)