Skip to content

Commit

Permalink
Update esp_idf.yml to make npm work
Browse files Browse the repository at this point in the history
  • Loading branch information
seeul8er authored May 23, 2024
1 parent 734db24 commit 31f7459
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/esp_idf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ jobs:
build_esp32_v5_1:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Checkout repo & install npm
with:
submodules: 'recursive'
- name: Setup node
uses: actions/setup-node@v4
- run: npm ci
- run: npm test
- name: ESP-IDF v5.1 build esp32
uses: espressif/esp-idf-ci-action@v1
with:
Expand Down

0 comments on commit 31f7459

Please sign in to comment.