Skip to content

Commit

Permalink
Fix bash command.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed May 30, 2024
1 parent 44d8bab commit ddc658a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ jobs:
run: |
if [[ "${{ github.event.inputs.packaged_sdk_run_id }}" != "" ]]; then
echo "run_id: ${{ github.event.inputs.packaged_sdk_run_id }}"
end
fi
- name: Summarize results into GitHub log
run: python scripts/gha/summarize_test_results.py --dir test_results --github_log

Expand Down

0 comments on commit ddc658a

Please sign in to comment.