Skip to content

Commit

Permalink
Update esp_idf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seeul8er committed May 23, 2024
1 parent ff60cff commit 501e070
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/esp_idf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,17 @@ jobs:
build_esp32_v5_1:
runs-on: ubuntu-latest
steps:
- name: Checkout repo & install npm
- name: Checkout repo
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Setup node
- name: Setup node (npm)
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
cache-dependency-path: frontend/package-lock.json
- run: npm ci
- run: npm ci
- run: npm test
- name: ESP-IDF v5.1 build esp32
Expand Down

0 comments on commit 501e070

Please sign in to comment.