Update Neo4j test URL in workflow configurations
- Changed the NEO4J_TEST_URL from "neo4j://localhost:7686" to "neo4j://localhost:7687" in both pr-test.yml and unit-test.yml to reflect the updated Neo4j service endpoint. - Cleaned up whitespace in the OpenAPI signin configurations for better readability.
This commit is contained in:
parent
6302cfc960
commit
741847224d
2 changed files with 4 additions and 4 deletions
2
.github/workflows/pr-test.yml
vendored
2
.github/workflows/pr-test.yml
vendored
|
|
@ -65,7 +65,7 @@ env:
|
||||||
YAO_RUNTIME_PRECOMPILE: true
|
YAO_RUNTIME_PRECOMPILE: true
|
||||||
|
|
||||||
# Neo4j
|
# Neo4j
|
||||||
NEO4J_TEST_URL: "neo4j://localhost:7686"
|
NEO4J_TEST_URL: "neo4j://localhost:7687"
|
||||||
NEO4J_TEST_USER: "neo4j"
|
NEO4J_TEST_USER: "neo4j"
|
||||||
NEO4J_TEST_PASS: "Yao2026Neo4j"
|
NEO4J_TEST_PASS: "Yao2026Neo4j"
|
||||||
|
|
||||||
|
|
|
||||||
2
.github/workflows/unit-test.yml
vendored
2
.github/workflows/unit-test.yml
vendored
|
|
@ -69,7 +69,7 @@ env:
|
||||||
YAO_RUNTIME_PRECOMPILE: true
|
YAO_RUNTIME_PRECOMPILE: true
|
||||||
|
|
||||||
# Neo4j
|
# Neo4j
|
||||||
NEO4J_TEST_URL: "neo4j://localhost:7686"
|
NEO4J_TEST_URL: "neo4j://localhost:7687"
|
||||||
NEO4J_TEST_USER: "neo4j"
|
NEO4J_TEST_USER: "neo4j"
|
||||||
NEO4J_TEST_PASS: "Yao2026Neo4j"
|
NEO4J_TEST_PASS: "Yao2026Neo4j"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue