Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit 0244bbe

Browse files
committed
ci: no longer ignore failures
1 parent 4de4b4e commit 0244bbe

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/build-and-release.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,6 @@ jobs:
372372

373373
- name: Run firmware on real device
374374
uses: NordicSemiconductor/cloud-azure-firmware-ci-device-action@saga
375-
# For now, ignore test failures until we get more experience running these tests
376-
continue-on-error: true
377375
id: device
378376
env:
379377
APP_VERSION:
@@ -460,8 +458,6 @@ jobs:
460458

461459
- name: Run feature tests
462460
uses: NordicSemiconductor/cloud-azure-firmware-ci-feature-runner-action@saga
463-
# For now, ignore test failures until we get more experience running these tests
464-
continue-on-error: true
465461
env:
466462
APP_VERSION:
467463
${{ github.sha }}-${{ matrix.board }}-${{ env.DEVICE_ID }}

0 commit comments

Comments
 (0)