From c40c19fa7ae1ae28f84d0a3345335ac96656e835 Mon Sep 17 00:00:00 2001 From: ghlen Date: Sun, 5 Dec 2021 00:35:33 +0100 Subject: [PATCH] set checkout to 4.3 --- .github/workflows/testkit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testkit.yml b/.github/workflows/testkit.yml index 79a846a2..1ac6e717 100644 --- a/.github/workflows/testkit.yml +++ b/.github/workflows/testkit.yml @@ -45,6 +45,7 @@ jobs: with: repository: neo4j-drivers/testkit path: testkit + with: '4.3' - name: Install dependencies run: | @@ -70,4 +71,5 @@ jobs: TEST_NEO4J_PASS: test TEST_DRIVER_NAME: php run: | + cd testkit python3 -m unittest -v "tests.neo4j.test_authentication.TestAuthenticationBasic"