We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2d70d commit c9d75b8Copy full SHA for c9d75b8
.github/workflows/build-and-test.yml
@@ -48,6 +48,6 @@ jobs:
48
- name: Run integration tests
49
run: go test -v -tags=integration ./test/integration/...
50
env:
51
- USE_CONTAINER: "false"
+ USE_CONTAINER: false
52
NEO4J_PASSWORD: ${{ secrets.AURA_PASSWORD }}
53
NEO4J_URL: ${{ secrets.AURA_URL }}
0 commit comments