Skip to content

Commit

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

@info isdir(depot)
@info readdir(depot)
print_file_tree(joinpath(depot, "artifacts")) # debugging artifacts in CI

sleep(1) # give time for the logs to flush

DepotDelivery.sandbox() do
@info isdir(depot)
@info readdir(depot)
print_file_tree(joinpath(depot, "artifacts")) # debugging artifacts in CI

include(joinpath(depot, "config", "depot_startup.jl"))
@test !occursin(".julia", pathof(TestProject))
@test !occursin(".julia", pathof(TestProject.HDF5))
Expand Down

0 comments on commit e3c007e

Please sign in to comment.