File tree Expand file tree Collapse file tree 1 file changed +6
-22
lines changed Expand file tree Collapse file tree 1 file changed +6
-22
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
on :
3
3
pull_request :
4
- branches :
5
- - main
6
4
push :
7
5
branches :
8
- - main
9
- tags : [ '*']
6
+ - master
7
+ tags : ' *'
10
8
jobs :
11
9
test :
12
10
name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
@@ -15,12 +13,12 @@ jobs:
15
13
fail-fast : false
16
14
matrix :
17
15
version :
18
- - ' 1' # automatically expands to the latest stable 1.x release of Julia
19
- - ' nightly'
16
+ - ' 1.6.3 '
17
+ # - 'nightly'
20
18
os :
21
19
- ubuntu-latest
22
- # - macOS-latest
23
- # - windows-latest
20
+ - macOS-latest
21
+ - windows-latest
24
22
arch :
25
23
- x64
26
24
steps :
45
43
- uses : codecov/codecov-action@v1
46
44
with :
47
45
file : lcov.info
48
- docs :
49
- name : Documentation
50
- runs-on : ubuntu-latest
51
- steps :
52
- - uses : actions/checkout@v2
53
- - uses : julia-actions/setup-julia@v1
54
- with :
55
- version : ' 1'
56
- - run :
57
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); include("docs/make.jl")'
58
- env :
59
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
60
- DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
61
- DOCUMENTER_DEBUG : true
You can’t perform that action at this time.
0 commit comments