Skip to content

Commit

Permalink
Revert "Update test-build-app.yml"
Browse files Browse the repository at this point in the history
This reverts commit 1e150a7.
  • Loading branch information
Shankari02 committed Nov 19, 2024
1 parent 1e150a7 commit 7e35395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Test Build of Wall-E
runs-on: ubuntu-latest
container:
image: espressif/idf:release-v5.1.5
image: espressif/idf:release-v5.1
strategy:
matrix:
test-apps: [1_led_blink, 2_LSA, 3_MPU, 4_switch_controlled_motor_normal, 5_PWM, 6_line_following, 7_self_balancing]
Expand All @@ -28,4 +28,4 @@ jobs:
run: |
. $IDF_PATH/export.sh
cd ${{ matrix.test-apps }}
idf.py build
idf.py build

0 comments on commit 7e35395

Please sign in to comment.