forked from wazuh/wazuh-docker
Change secret name
This commit is contained in:
@@ -820,7 +820,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
if [ -f "${LOCAL_RESULTS_PATH}" ]; then
|
if [ -f "${LOCAL_RESULTS_PATH}" ]; then
|
||||||
echo "Uploading test results to S3..."
|
echo "Uploading test results to S3..."
|
||||||
aws s3 cp "${LOCAL_RESULTS_PATH}" "${S3_ARTIFACTS_PATH}/test-results-docker-${{ matrix.deployment_type }}/
|
aws s3 cp "${LOCAL_RESULTS_PATH}" "${S3_ARTIFACTS_PATH}/test-results-docker-${{ matrix.deployment_type }}/"
|
||||||
else
|
else
|
||||||
echo "::warning::No test results file found - skipping upload (an earlier step likely failed before test_runner produced output)."
|
echo "::warning::No test results file found - skipping upload (an earlier step likely failed before test_runner produced output)."
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user