Skip to content

Commit 9c4d1e9

Browse files
authored
Merge pull request #887 from JuliaRobotics/22Q3/ci/fix_neo4jdfg_test
Try to fix Neo4jDFG tests
2 parents c88df22 + ad3a814 commit 9c4d1e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- release/*
88
tags:
99
- v**
10-
10+
workflow_dispatch:
1111
jobs:
1212
test:
1313
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
@@ -125,6 +125,8 @@ jobs:
125125
${{ runner.os }}-
126126
127127
- name: Julia Build Pkg
128+
env:
129+
DFG_USE_CGDFG: true
128130
uses: julia-actions/julia-buildpkg@latest
129131

130132
- name: Git Test Credentials

0 commit comments

Comments
 (0)