Skip to content

Commit

Permalink
CI: github: Allow Mynewt run job failure
Browse files Browse the repository at this point in the history
Our CI environment does not support Mynewt targets.

Signed-off-by: Samuel MARTIN <[email protected]>
  • Loading branch information
smartin-vossloh committed Jan 12, 2024
1 parent f26d8f4 commit 554d2e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mynewt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ jobs:
run: |
./ci/mynewt_install.sh
- name: Mynewt run
continue-on-error: true
run: |
./ci/mynewt_run.sh

0 comments on commit 554d2e7

Please sign in to comment.