Skip to content

Commit

Permalink
Add missing deploy step to run_docker_integration_tests step bundle (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
godrei authored Nov 14, 2024
1 parent 094e471 commit b9fbaab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ step_bundles:
mkdir -p "${test_results_dir}"
cp "${ORIG_BITRISE_DEPLOY_DIR}/${linux_only_test_log_file_name}.xml" "${test_results_dir}/${linux_only_test_log_file_name}.xml"
echo "${linux_only_test_name_json}" > "${test_results_dir}/test-info.json"
- deploy-to-bitrise-io@2: { }

test_binary_build:
steps:
Expand Down

0 comments on commit b9fbaab

Please sign in to comment.