Skip to content

Commit 5e5f6e4

Browse files
committed
workflows/hil.yml: Remove the Check Artifacts step. That was only
useful for debugging. Signed-off-by: Abdelatif Guettouche <[email protected]>
1 parent 087740f commit 5e5f6e4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: .github/workflows/hil.yml

-5
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,6 @@ jobs:
9292
name: ${{matrix.chip}}-${{matrix.chunks}}.artifacts
9393
path: tests/
9494

95-
- name: Check Artifacts
96-
run: |
97-
ls -R tests
98-
cat tests/*/build/build.options.json
99-
10095
- name: Install dependencies
10196
run: |
10297
pip install -U pip

0 commit comments

Comments
 (0)