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 1aad497 commit 7c20b62Copy full SHA for 7c20b62
.github/workflows/testkit.yml
@@ -43,9 +43,6 @@ jobs:
43
with:
44
php-version: ${{ matrix.php-version }}
45
46
- - name: Setup backend
47
- run: php testkit-backend/index.php &
48
-
49
- name: Checkout TestKit (testing tool)
50
uses: actions/checkout@v2
51
@@ -77,5 +74,7 @@ jobs:
77
74
TEST_NEO4J_PASS: test
78
75
TEST_DRIVER_NAME: php
79
76
run: |
+ php testkit-backend/index.php &
80
cd testkit
+ sleep 2
81
python3 -m unittest -v "tests.neo4j.test_authentication.TestAuthenticationBasic"
0 commit comments