File tree 3 files changed +3
-7
lines changed
3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 3
3
# SECRET_CODECOV_TOKEN: "..."
4
4
5
5
steps :
6
- - label : " Julia 1.6 "
6
+ - label : " Julia 1.5 "
7
7
plugins :
8
8
- JuliaCI/julia#v0.5:
9
- version : 1.6
9
+ version : 1.5
10
10
- JuliaCI/julia-test#v0.3: ~
11
11
# - JuliaCI/julia-coverage#v0.3:
12
12
# codecov: true
Original file line number Diff line number Diff line change 48
48
env :
49
49
JULIA_NUM_THREADS : ${{ matrix.threads }}
50
50
TULLIO_TEST_GROUP : ${{ matrix.group }}
51
- - uses : actions/checkout@v2 #
52
- - name : Setup tmate session #
53
- uses : mxschmitt/action-tmate@v3 # https://github.com/marketplace/actions/debugging-with-tmate
54
- timeout-minutes : 120 #
55
51
- uses : julia-actions/julia-processcoverage@v1
56
52
- uses : codecov/codecov-action@v1
57
53
with :
Original file line number Diff line number Diff line change 24
24
- ubuntu-latest
25
25
threads :
26
26
- ' 1'
27
- # - '6' # t>2 might be ignored on Julia <= 1.5
27
+ - ' 6' # t>2 might be ignored on Julia <= 1.5
28
28
version :
29
29
- ' 1.5'
30
30
- ' 1' # automatically expands to the latest stable 1.x release of Julia
You can’t perform that action at this time.
0 commit comments