Skip to content

Commit 7c20b62

Browse files
committed
moved backend setup to same step
1 parent 1aad497 commit 7c20b62

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/testkit.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ jobs:
4343
with:
4444
php-version: ${{ matrix.php-version }}
4545

46-
- name: Setup backend
47-
run: php testkit-backend/index.php &
48-
4946
- name: Checkout TestKit (testing tool)
5047
uses: actions/checkout@v2
5148
with:
@@ -77,5 +74,7 @@ jobs:
7774
TEST_NEO4J_PASS: test
7875
TEST_DRIVER_NAME: php
7976
run: |
77+
php testkit-backend/index.php &
8078
cd testkit
79+
sleep 2
8180
python3 -m unittest -v "tests.neo4j.test_authentication.TestAuthenticationBasic"

0 commit comments

Comments
 (0)