Skip to content

Commit

Permalink
Fix test_targets_json_file input
Browse files Browse the repository at this point in the history
  • Loading branch information
oxve committed Jan 19, 2025
1 parent 6531b5f commit ef8c2ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,5 @@ runs:
test_artifacts_key: ${{ inputs.test_artifacts_key }}
upload_on_host_test_artifacts: ${{ inputs.upload_on_host_test_artifacts }}
upload_on_device_test_artifacts: ${{ inputs.upload_on_device_test_artifacts }}
test_targets_json_file: '${{ env.TEST_TARGETS_JSON_FILE }}'
# TODO(b/382508397): Replace hardcoded list with dynamically generated one.
test_targets_json_file: cobalt/build/testing/targets/${{ matrix.platform }}/test_targets.json

0 comments on commit ef8c2ad

Please sign in to comment.