Skip to content

Commit

Permalink
Merge branch 'loremattei/fix-maestro-reporting' into loremattei/test-…
Browse files Browse the repository at this point in the history
…maestro-reporting-fixed
  • Loading branch information
loremattei committed Apr 16, 2024
2 parents acb8b28 + 3b996dd commit 2175bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
MAESTRO_PRIVACY_TESTS_UPLOAD_RESULTS: ${{ steps.privacy-tests.outputs.MAESTRO_CLOUD_UPLOAD_STATUS }}
MAESTRO_AD_CLICK_TESTS_UPLOAD_RESULTS: ${{ steps.ad-click-tests.outputs.MAESTRO_CLOUD_UPLOAD_STATUS }}
run: |
echo "Release tests results: upload: $MAESTRO_RELEASE_TESTS_UPLOAD_RESULTS - flow: $MAESTRO_RELEASE_TESTS_FLOW_RESULTS"
echo "Release tests results: upload: ${{ steps.release-tests.outputs.MAESTRO_CLOUD_FLOW_RESULTS }} - flow: $MAESTRO_RELEASE_TESTS_FLOW_RESULTS"
echo "Privacy tests results: upload: $MAESTRO_PRIVACY_TESTS_UPLOAD_RESULTS - flow: $MAESTRO_PRIVACY_TESTS_FLOW_RESULTS"
echo "Ad Click tests results: upload: $MAESTRO_AD_CLICK_TESTS_FLOW_RESULTS - flow: $MAESTRO_AD_CLICK_TESTS_UPLOAD_RESULTS"
if [[ "$MAESTRO_RELEASE_TESTS_FLOW_RESULTS" == *"ERROR"* || "$MAESTRO_RELEASE_TESTS_FLOW_RESULTS" == *"CANCELED"* ]] \
Expand Down

0 comments on commit 2175bb1

Please sign in to comment.