Browse Source

CI: fix coverage reset: unknown terminal type unknown

apm_2208
Pierre Kancir 3 years ago committed by Peter Barker
parent
commit
56e5dd1748
  1. 1
      .github/workflows/test_coverage.yml

1
.github/workflows/test_coverage.yml

@ -60,6 +60,7 @@ jobs: @@ -60,6 +60,7 @@ jobs:
- name: test ${{matrix.config}} ${{ matrix.toolchain }}
env:
CI_BUILD_TARGET: ${{matrix.config}}
TERM: xterm
shell: 'script -q -e -c "bash {0}"'
run: |
PATH="/github/home/.local/bin:$PATH"

Loading…
Cancel
Save