Skip to content

Commit 991fe0b

Browse files
committed
setup backend
1 parent 6ef8ecf commit 991fe0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/testkit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
with:
3838
php-version: ${{ matrix.php-version }}
3939

40+
- name: Setup backend
41+
run: php testkit-backend/index.php &
42+
4043
- name: Checkout TestKit (testing tool)
4144
uses: actions/checkout@v2
4245
with:

0 commit comments

Comments
 (0)