File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 26
26
arch :
27
27
- x64
28
28
steps :
29
- - uses : actions/checkout@v2
30
- - uses : julia-actions/setup-julia@v1
29
+ - name : Checkout
30
+ uses : actions/checkout@v2
31
+
32
+ - name : Setup Julia
33
+ uses : julia-actions/setup-julia@v1
31
34
with :
32
35
version : ${{ matrix.version }}
33
36
arch : ${{ matrix.arch }}
@@ -67,18 +70,16 @@ jobs:
67
70
uses : codecov/codecov-action@v1
68
71
with :
69
72
file : lcov.info
70
- # run: |
71
- # julia -e 'using Pkg; cd(Pkg.dir("DistributedFactorGraphs")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
72
73
73
74
test-cfg :
74
75
if : github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/release**'
75
- name : Documentation
76
+ name : CGDFG, Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
76
77
runs-on : ubuntu-latest
77
78
steps :
78
79
- name : Checkout
79
80
uses : actions/checkout@v2
80
81
81
- - name : Setup julia
82
+ - name : Setup Julia
82
83
uses : julia-actions/setup-julia@v1
83
84
with :
84
85
version : 1.6
@@ -151,7 +152,7 @@ jobs:
151
152
version : 1.6
152
153
arch : x64
153
154
154
- - name : Documentation
155
+ - name : Build Docs
155
156
env :
156
157
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
157
158
DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
You can’t perform that action at this time.
0 commit comments