Skip to content

Commit

Permalink
ci debugging 2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed Feb 25, 2024
1 parent fe4ae23 commit eeb2674
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ function print_file_tree(path, depth=0)
end
end

print_file_tree(joinpath(depot, "artifacts")) # debugging artifacts in CI


DepotDelivery.sandbox() do
include(joinpath(depot, "config", "depot_startup.jl"))
print_file_tree(joinpath(depot, "artifacts")) # debugging artifacts in CI
@test !occursin(".julia", pathof(TestProject))
@test !occursin(".julia", pathof(TestProject.HDF5))
end

0 comments on commit eeb2674

Please sign in to comment.