We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788a164 commit ca35f9fCopy full SHA for ca35f9f
.github/workflows/hil.yml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
- name: Checkout Repository
28
uses: actions/checkout@v3
29
-
+
30
- name: Generate Chunks matrix
31
id: gen-chunks
32
run: |
@@ -49,7 +49,6 @@ jobs:
49
matrix:
50
chip: ['esp32', 'esp32s2', 'esp32s3', 'esp32c3']
51
chunks: ${{fromJson(needs.gen_chunks.outputs.chunks)}}
52
53
54
55
@@ -61,8 +60,8 @@ jobs:
61
60
with:
62
name: ${{matrix.chip}}-${{matrix.chunks}}.artifacts
63
path: |
64
- /tests/*/build*/*.bin
65
- /tests/*/build*/*.json
+ tests/*/build*/*.bin
+ tests/*/build*/*.json
66
if-no-files-found: error
67
Test:
68
needs: [gen_chunks, Build]
0 commit comments