Skip to content

Commit

Permalink
Still figuring out the terminal setting
Browse files Browse the repository at this point in the history
Signed-off-by: Gergely Csatari <[email protected]>
  • Loading branch information
CsatariGergely committed Oct 12, 2024
1 parent e7f26d9 commit 58dfea8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
test:
runs-on: ubuntu-latest
env:
TERM: dumb
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand All @@ -19,5 +21,4 @@ jobs:
- name: Run tests
run: |
cd tools/openchain_telco_sbom_validator/testing/
export TERM=xterm-256color
./test-test.sh

0 comments on commit 58dfea8

Please sign in to comment.