Skip to content

Commit bee8b20

Browse files
committed
Merge branch 'ci/fixes'
2 parents af3943e + 0fca0c6 commit bee8b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_hw_wokwi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ jobs:
345345
download_artifacts: 'true'
346346
download_artifacts_on_failure: 'true'
347347
download_path: './gitlab-artifacts'
348-
variables: '{"TEST_TYPES":${{ needs.get-artifacts.outputs.hw_types }},"TEST_CHIPS":${{ needs.get-artifacts.outputs.hw_targets }},"PIPELINE_ID":"${{ env.id }}","BINARIES_RUN_ID":"${{ github.event.workflow_run.id }}","GITHUB_REPOSITORY":"${{ github.repository }}"}'
348+
variables: '{"TEST_TYPES":${{ toJson(needs.get-artifacts.outputs.hw_types) }},"TEST_CHIPS":${{ toJson(needs.get-artifacts.outputs.hw_targets) }},"PIPELINE_ID":${{ toJson(env.id) }},"BINARIES_RUN_ID":${{ toJson(github.event.workflow_run.id) }},"GITHUB_REPOSITORY":${{ toJson(github.repository) }}}'
349349

350350
- name: Process Downloaded Artifacts
351351
if: ${{ always() && steps.check-tests.outputs.enabled == 'true' }}

0 commit comments

Comments
 (0)