Skip to content

Commit

Permalink
chore: Update build and test workflow configuration to include additi…
Browse files Browse the repository at this point in the history
…onal IDF branches and target platforms
  • Loading branch information
hayschan committed May 30, 2024
1 parent 39bb823 commit c326265
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ jobs:
name: Simulate Test on WokWi
needs: build-test-app
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
idf-branch:
- release-v5.0
- release-v5.1
target:
- esp32s3
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit c326265

Please sign in to comment.