Skip to content

Commit b62211f

Browse files
committed
CI: Add a CI job that runs the post-build tests on the versions.json that is currently in S3
(cherry picked from commit 3020d7f)
1 parent d13b343 commit b62211f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ jobs:
136136
- name: Download the current versions.json from S3
137137
run: curl -LO https://julialang-s3.julialang.org/bin/versions.json
138138
- name: Run the post-build tests on the versions.json that we downloaded from S3
139-
run: julia --project test/more_tests.jl versions.json
139+
run: julia --project test/post_build.jl versions.json full

0 commit comments

Comments
 (0)