Skip to content

Commit f326e39

Browse files
committed
Remove phpunit step from deploy-playground-runner
1 parent 072ef31 commit f326e39

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/deploy-playground-runner.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
- name: "composer install"
3232
working-directory: ./playground-runner
3333
run: "composer install --no-interaction --no-progress"
34-
- name: "phpunit"
35-
working-directory: ./playground-runner
36-
run: "php vendor/bin/phpunit"
3734
- name: "Deploy"
3835
working-directory: ./playground-runner
3936
env:

0 commit comments

Comments
 (0)