Skip to content

Commit 1624709

Browse files
committed
enh CI
1 parent 9b12c6f commit 1624709

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,11 @@ jobs:
2626
arch:
2727
- x64
2828
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
3134
with:
3235
version: ${{ matrix.version }}
3336
arch: ${{ matrix.arch }}
@@ -67,18 +70,16 @@ jobs:
6770
uses: codecov/codecov-action@v1
6871
with:
6972
file: lcov.info
70-
# run: |
71-
# julia -e 'using Pkg; cd(Pkg.dir("DistributedFactorGraphs")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
7273

7374
test-cfg:
7475
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 }}
7677
runs-on: ubuntu-latest
7778
steps:
7879
- name: Checkout
7980
uses: actions/checkout@v2
8081

81-
- name: Setup julia
82+
- name: Setup Julia
8283
uses: julia-actions/setup-julia@v1
8384
with:
8485
version: 1.6
@@ -151,7 +152,7 @@ jobs:
151152
version: 1.6
152153
arch: x64
153154

154-
- name: Documentation
155+
- name: Build Docs
155156
env:
156157
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
157158
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)