Skip to content

Commit

Permalink
test: attempt to set the columns for the functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Aug 7, 2021
1 parent 5869bc6 commit df631b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,6 @@ jobs:
uses: "ramsey/composer-install@v1"

- name: "Run functional tests"
run: "composer test-functional"
run: |
stty columns 120
composer test-functional
3 changes: 2 additions & 1 deletion tests/functional-tests.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

stty cols 120
stty columns 120
export COLUMNS=120

__DIR__="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

Expand Down

0 comments on commit df631b8

Please sign in to comment.