Skip to content

Commit c40c19f

Browse files
committed
set checkout to 4.3
1 parent 991fe0b commit c40c19f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/testkit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
with:
4646
repository: neo4j-drivers/testkit
4747
path: testkit
48+
with: '4.3'
4849

4950
- name: Install dependencies
5051
run: |
@@ -70,4 +71,5 @@ jobs:
7071
TEST_NEO4J_PASS: test
7172
TEST_DRIVER_NAME: php
7273
run: |
74+
cd testkit
7375
python3 -m unittest -v "tests.neo4j.test_authentication.TestAuthenticationBasic"

0 commit comments

Comments
 (0)