File tree Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -72,29 +72,20 @@ jobs:
72
72
file : lcov.info
73
73
74
74
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
78
78
env :
79
79
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
89
80
steps :
90
81
- name : Checkout
91
82
uses : actions/checkout@v2
92
83
93
84
- name : Setup Julia
94
85
uses : julia-actions/setup-julia@v1
95
86
with :
96
- version : ${{ matrix.version }}
97
- arch : ${{ matrix.arch }}
87
+ version : 1.6
88
+ arch : x64
98
89
99
90
- name : Install neo4j
100
91
run : |
You can’t perform that action at this time.
0 commit comments