Skip to content

Commit

Permalink
fix(ci): Removed fast-fail: false option in strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-jam committed Jan 17, 2025
1 parent c8c9cf0 commit 6cd4b30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_and_run_esp_usb_test_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
build:
name: Build
strategy:
fail-fast: false
matrix:
idf_ver: ["release-v5.0", "release-v5.1", "release-v5.2", "release-v5.3", "release-v5.4", "latest"]
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -51,7 +50,6 @@ jobs:
if: ${{ github.repository_owner == 'espressif' }}
needs: build
strategy:
fail-fast: false
matrix:
idf_ver: ["release-v5.0", "release-v5.1", "release-v5.2", "release-v5.3", "release-v5.4", "latest"]
idf_target: ["esp32s2"]
Expand Down

0 comments on commit 6cd4b30

Please sign in to comment.