File tree Expand file tree Collapse file tree 2 files changed +10
-19
lines changed
Expand file tree Collapse file tree 2 files changed +10
-19
lines changed Original file line number Diff line number Diff line change @@ -24,21 +24,12 @@ jobs:
2424 arch :
2525 - x64
2626 steps :
27- - uses : actions/checkout@v2
28- - uses : julia-actions/setup-julia@v1
27+ - uses : actions/checkout@v4
28+ - uses : julia-actions/setup-julia@v2
2929 with :
3030 version : ${{ matrix.version }}
3131 arch : ${{ matrix.arch }}
32- - uses : actions/cache@v1
33- env :
34- cache-name : cache-artifacts
35- with :
36- path : ~/.julia/artifacts
37- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
38- restore-keys : |
39- ${{ runner.os }}-test-${{ env.cache-name }}-
40- ${{ runner.os }}-test-
41- ${{ runner.os }}-
32+ - uses : julia-actions/cache@v2
4233 - uses : julia-actions/julia-buildpkg@v1
4334 - uses : julia-actions/julia-runtest@v1
4435 - uses : julia-actions/julia-processcoverage@v1
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ TEST_PDF_RASTERIZED_PATH = joinpath(@__DIR__, "test_rasterized.pdf")
1111 @test SearchablePDFs. num_pages (TEST_PDF_PATH; exit_on_error= false ) == 3
1212
1313 @testset " verbose=$verbose f=$f opt=$opt " for verbose in
14- (false ,
15- true ),
16- f in
17- (_main,
18- ocr),
19- opt in
20- (true , false )
14+ (false ,
15+ true ),
16+ f in
17+ (_main,
18+ ocr),
19+ opt in
20+ (true , false )
2121
2222 kwargs = f === _main ?
2323 (; logfile= joinpath (@__DIR__ , " test_logs.csv" ), quiet= ! verbose,
You can’t perform that action at this time.
0 commit comments