Skip to content

Commit 515835e

Browse files
committed
Set TERM env to silence errors in CI job
1 parent d9ea392 commit 515835e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/phpspy_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on: [push, pull_request]
33
jobs:
44
phpspy_test_job:
55
runs-on: ubuntu-20.04
6+
env:
7+
TERM: xterm
68
steps:
79
- name: checkout
810
uses: actions/checkout@v2

0 commit comments

Comments
 (0)