Skip to content

Commit

Permalink
Set TERM env to silence errors in CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
adsr committed Dec 31, 2021
1 parent d9ea392 commit 515835e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/phpspy_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on: [push, pull_request]
jobs:
phpspy_test_job:
runs-on: ubuntu-20.04
env:
TERM: xterm
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 515835e

Please sign in to comment.