File tree Expand file tree Collapse file tree 4 files changed +25
-28
lines changed Expand file tree Collapse file tree 4 files changed +25
-28
lines changed Original file line number Diff line number Diff line change 11name : TagBot
22on :
3- schedule :
4- - cron : 0 * * * *
3+ issue_comment :
4+ types :
5+ - created
6+ workflow_dispatch :
57jobs :
68 TagBot :
9+ if : github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
710 runs-on : ubuntu-latest
811 steps :
912 - uses : JuliaRegistries/TagBot@v1
1013 with :
1114 token : ${{ secrets.GITHUB_TOKEN }}
15+ ssh : ${{ secrets.DOCUMENTER_KEY }}
Original file line number Diff line number Diff line change 44 - pull_request
55jobs :
66 test :
7- name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
7+ name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
88 runs-on : ${{ matrix.os }}
99 strategy :
10+ fail-fast : false
1011 matrix :
1112 version :
12- - ' 1.4'
13+ - ' 1.6'
14+ - ' nightly'
1315 os :
1416 - ubuntu-latest
1517 - macOS-latest
2628 with :
2729 version : ${{ matrix.version }}
2830 arch : ${{ matrix.arch }}
29- - uses : julia-actions/julia-buildpkg@latest
30- - uses : julia-actions/julia-runtest@latest
31- - uses : julia-actions/julia-uploadcodecov@latest
31+ - uses : actions/cache@v1
3232 env :
33- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
33+ cache-name : cache-artifacts
34+ with :
35+ path : ~/.julia/artifacts
36+ key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
37+ restore-keys : |
38+ ${{ runner.os }}-test-${{ env.cache-name }}-
39+ ${{ runner.os }}-test-
40+ ${{ runner.os }}-
41+ - uses : julia-actions/julia-buildpkg@v1
42+ - uses : julia-actions/julia-runtest@v1
43+ - uses : julia-actions/julia-processcoverage@v1
44+ - uses : codecov/codecov-action@v1
45+ with :
46+ file : lcov.info
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# CEnum
22
3- [ ![ Build Status] ( https://travis-ci.com/JuliaInterop/CEnum.jl.svg?branch=master )] ( https://travis-ci.com/JuliaInterop/CEnum.jl )
43[ ![ Build Status] ( https://github.com/JuliaInterop/CEnum.jl/workflows/CI/badge.svg )] ( https://github.com/JuliaInterop/CEnum.jl/actions )
54[ ![ Codecov] ( https://codecov.io/gh/JuliaInterop/CEnum.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/JuliaInterop/CEnum.jl )
65
You can’t perform that action at this time.
0 commit comments