Skip to content

Commit

Permalink
CI: add debug print-outs
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Nagorny committed Dec 5, 2023
1 parent 2160587 commit c717896
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/quality_assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
name: libedid
path: ./result/
- run: chmod +x ./result/bin/test-runner
- run: ls -lah ./result

- name: Cache EDID DB
id: cache-edid-db
Expand All @@ -39,5 +40,6 @@ jobs:
if: steps.cache-edid-db.outputs.cache-hit != 'true'
run: ./scripts/linuxhw_download.sh

- run: ls -lah ./result
- name: Estimate EDID DB coverage
run: ./scripts/linuxhw_coverage.sh

0 comments on commit c717896

Please sign in to comment.