Skip to content

Commit d72069f

Browse files
committed
feat: GraphQL injections and tests
1 parent f4ce8a4 commit d72069f

File tree

5 files changed

+206
-213
lines changed

5 files changed

+206
-213
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,7 @@ jobs:
2828
run: docker compose exec fpm vendor/bin/phpunit --configuration phpunit.xml
2929

3030
- name: Run Swoole Tests
31-
run: docker compose exec swoole vendor/bin/phpunit --configuration phpunit.xml
31+
run: docker compose exec swoole vendor/bin/phpunit --configuration phpunit.xml
32+
33+
- name: Run Swoole Corotuine Tests
34+
run: docker compose exec swoole-coroutine vendor/bin/phpunit --configuration phpunit.xml

0 commit comments

Comments
 (0)