Skip to content

Commit 6028b10

Browse files
minor symfony#45158 [GHA] test tty group (nicolas-grekas)
This PR was merged into the 4.4 branch. Discussion ---------- [GHA] test tty group | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - From actions/runner#241 (comment) Commits ------- 6620e2b [GHA] test tty group
2 parents 4ef68e7 + 6620e2b commit 6028b10

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)