Set alternative value for env vars to make them more accurate

This commit is contained in:
Rodel Calasagsag 2023-09-01 13:13:08 +08:00
parent 2aefd9a301
commit 15f260f35e
1 changed files with 2 additions and 2 deletions

View File

@ -374,8 +374,8 @@ jobs:
await script( { context, core, github } );
env:
API_RESULT: ${{ needs.api-tests.outputs.test-result }}
E2E_RESULT: ${{ needs.e2e-tests.outputs.test-result }}
k6_RESULT: ${{ needs.k6-tests.outputs.test-result }}
E2E_RESULT: ${{ needs.e2e-tests.outputs.test-result || needs.e2e-tests.result }}
k6_RESULT: ${{ needs.k6-tests.outputs.test-result || needs.k6-tests.result }}
PLUGINS_BLOCKS_PATH: ${{ steps.download-plugin-blocks.outputs.download-path }}
- name: Send Slack message