We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525ef8f commit 1e5ce35Copy full SHA for 1e5ce35
.github/workflows/soak-testing.yml
@@ -154,7 +154,7 @@ jobs:
154
echo "RUN_TESTS_EXIT_CODE=$RUN_TESTS_EXIT_CODE" | tee --append $GITHUB_ENV;
155
exit $RUN_TESTS_EXIT_CODE;
156
- name: Fail early if Soak Tests failed to start
157
- if: ${{ env.RUN_TESTS_EXIT_CODE == 1 }}
+ if: ${{ env.RUN_TESTS_EXIT_CODE == '' || env.RUN_TESTS_EXIT_CODE == 1 }}
158
run: exit 1;
159
160
# MARK: - Report on Performance Test Results
0 commit comments