Skip to content

Commit dc803f7

Browse files
committed
add cgdfg test to PRs
1 parent 26ea3fa commit dc803f7

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -72,29 +72,20 @@ jobs:
7272
file: lcov.info
7373

7474
test-cfg:
75-
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/release**'
76-
name: CGDFG ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
77-
runs-on: ${{ matrix.os }}
75+
# if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/release**'
76+
name: CGDFG 1.6 - ubuntu-latest - x64
77+
runs-on: ubuntu-latest
7878
env:
7979
JULIA_PKG_SERVER: ""
80-
strategy:
81-
fail-fast: false
82-
matrix:
83-
version:
84-
- '1.6'
85-
os:
86-
- ubuntu-latest
87-
arch:
88-
- x64
8980
steps:
9081
- name: Checkout
9182
uses: actions/checkout@v2
9283

9384
- name: Setup Julia
9485
uses: julia-actions/setup-julia@v1
9586
with:
96-
version: ${{ matrix.version }}
97-
arch: ${{ matrix.arch }}
87+
version: 1.6
88+
arch: x64
9889

9990
- name: Install neo4j
10091
run: |

0 commit comments

Comments
 (0)