summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMichael Abel <75477722+abelikt@users.noreply.github.com>2021-12-13 14:01:16 +0100
committerGitHub <noreply@github.com>2021-12-13 14:01:16 +0100
commite47cfacaa0b38111b1cad68380dae80f7e72c660 (patch)
treef25df13839aa849b0ed71ad947db09bf3cae7622 /.github
parent2e2f2dc6207889b411e1d50ef0ce30adc3960ba8 (diff)
[CIT-669] Avoid continue-on-error for azure smoke test (#708)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/integration-test-workflow.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/integration-test-workflow.yml b/.github/workflows/integration-test-workflow.yml
index 38430dae..ece16afb 100644
--- a/.github/workflows/integration-test-workflow.yml
+++ b/.github/workflows/integration-test-workflow.yml
@@ -210,8 +210,6 @@ jobs:
- name: Run Smoke Test for Azure
run: ./ci/ci_smoke_test_az.sh
- # Temporarily continue on error
- continue-on-error: true
env:
C8YDEVICE: ${{ secrets.SECRET_C8YDEVICE }}
SASKEYQUEUE: ${{ secrets.SASKEYQUEUE }}