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 6ef8ecf commit 991fe0bCopy full SHA for 991fe0b
1 file changed
.github/workflows/testkit.yml
@@ -37,6 +37,9 @@ jobs:
37
with:
38
php-version: ${{ matrix.php-version }}
39
40
+ - name: Setup backend
41
+ run: php testkit-backend/index.php &
42
+
43
- name: Checkout TestKit (testing tool)
44
uses: actions/checkout@v2
45
0 commit comments