Skip to content

Commit a903dc5

Browse files
committed
fix results file test
1 parent fd28f09 commit a903dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jobs-live.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ end
333333
n = write(ENV["RESULTS_FILE"], "output-txt-content")
334334
@info "Wrote $(n) bytes"
335335
if haskey(ENV, "JULIAHUB_RESULTS_UPLOAD_DIR")
336-
open(ENV["JULIAHUB_RESULTS_UPLOAD_DIR"], "w") do io
336+
open(joinpath(ENV["JULIAHUB_RESULTS_UPLOAD_DIR"], "output.txt"), "w") do io
337337
write(io, "output-txt-content")
338338
end
339339
end

0 commit comments

Comments
 (0)