Skip to content

Commit

Permalink
[Tests] try to have a TTY
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 26, 2024
1 parent 50a9a94 commit 9fbea80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- run: npm ls urchin
- run: env
- run: make TERM=xterm-256color TEST_SUITE="${{ matrix.suite }}" SHELL="${{ matrix.shell }}" URCHIN="$(npx which urchin)" test-${{ matrix.shell }}
working-directory: ${{ env.NVM_DIR }}
env:
SHELL: ${{ matrix.shell }}
TEST_SUITE: ${{ matrix.suite }}
Expand Down

0 comments on commit 9fbea80

Please sign in to comment.