Skip to content

Commit 62578da

Browse files
committed
Added some changes.
Signed-off-by: Jonsy13 <vedant.shrotria@chaosnative.com>
1 parent 553c21f commit 62578da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
echo "URL=$AccessURL" >> $GITHUB_ENV
142142
143143
- name: Portal Authentication Tests
144-
if: startsWith(github.event.comment.body, '/run-e2e')
144+
if: always()
145145
uses: cypress-io/github-action@v2
146146
continue-on-error: false
147147
with:
@@ -162,7 +162,7 @@ jobs:
162162
COMPONENTS: subscriber,chaos-exporter,chaos-operator-ce,event-tracker,workflow-controller
163163

164164
- name: Post Authentication Tests
165-
if: startsWith(github.event.comment.body, '/run-e2e')
165+
if: always()
166166
uses: cypress-io/github-action@v2
167167
continue-on-error: false
168168
with:
@@ -174,7 +174,7 @@ jobs:
174174
CYPRESS_BASE_URL: ${{ env.URL }}
175175

176176
- name: Check the test run
177-
if: startsWith(github.event.comment.body, '/run-e2e')
177+
if: always()
178178
run: |
179179
echo "TEST_RUN=true" >> $GITHUB_ENV
180180

0 commit comments

Comments
 (0)