We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7fad08 commit 9ccb366Copy full SHA for 9ccb366
.github/workflows/tests.yml
@@ -207,7 +207,7 @@ jobs:
207
Pkg.test("PowerDynamics"; coverage=false)
208
end
209
@testset "Documentation Example Tests" begin
210
- examples = joinpath("PowerDynamics", "docs", "examples")
+ examples = abspath(joinpath("PowerDynamics", "docs", "examples"))
211
for file in readdir(examples; join=true)
212
endswith(file, ".jl") || continue
213
@info "Test example $file"
0 commit comments