Skip to content

Commit 28d38ab

Browse files
authored
ci(NoTicket): Continue on error of allure (#436)
1 parent f5cf8bb commit 28d38ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration-tests-core.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ jobs:
181181
- name: Allure Report
182182
uses: firebolt-db/action-allure-report@v1
183183
if: always()
184+
continue-on-error: true
184185
with:
185186
github-key: ${{ secrets.GITHUB_TOKEN }}
186187
test-type: integration
@@ -191,6 +192,7 @@ jobs:
191192
- name: Allure Report HTTPS
192193
uses: firebolt-db/action-allure-report@v1
193194
if: always()
195+
continue-on-error: true
194196
with:
195197
github-key: ${{ secrets.GITHUB_TOKEN }}
196198
test-type: integration_https

0 commit comments

Comments
 (0)