Skip to content

Commit

Permalink
Set the TERM environment variable normally
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewL246 authored Jun 1, 2024
1 parent b2fde14 commit d946529
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
jobs:
build-test:
runs-on: ubuntu-latest
env:
TERM: xterm
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -20,10 +22,6 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true

- name: Set TERM environment variable
run: echo "TERM=xterm" >> "$GITHUB_ENV"

- name: Apply Docker Compose CI overrides
run: ln -s .github/compose.ci.yml compose.override.yml

Expand Down

0 comments on commit d946529

Please sign in to comment.