8000 [GHA] test tty group · symfony/symfony@6620e2b · GitHub
[go: up one dir, main page]

Skip to content

Commit 6620e2b

Browse files
[GHA] test tty group
1 parent b8656d4 commit 6620e2b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,11 @@ jobs:
209209
210210
[[ ! $X ]] || (exit 1)
211211
212+
- name: Run TTY tests
213+
if: "! matrix.mode"
214+
run: |
215+
script -e -c './phpunit --group tty' /dev/null
216+
212217
- name: Run tests with SIGCHLD enabled PHP
213218
if: "matrix.php == '7.2' && ! matrix.mode"
214219
run: |

0 commit comments

Comments
 (0)
0