Skip to content

Commit

Permalink
github action to only test the code of the current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
seeul8er committed Jul 14, 2024
1 parent 40e9c5c commit 68d74d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/esp_idf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
submodules: 'recursive'
- name: ESP-IDF v5.1 build
uses: ./.github/actions/esp-idf-with-node
Expand All @@ -34,6 +35,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
submodules: 'recursive'
- name: ESP-IDF v5.2 build
uses: ./.github/actions/esp-idf-5_2-with-node
Expand Down

0 comments on commit 68d74d8

Please sign in to comment.