Skip to content

Commit

Permalink
Update allboards.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
P-R-O-C-H-Y authored Sep 1, 2023
1 parent a997c80 commit b1d08e2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/allboards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ jobs:
test-chunk-ids: ${{ steps['set-test-chunks-ids'].outputs['test-chunks-ids'] }}

steps:
- uses: actions/checkout@v3
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: ${{ github.event.client_payload.branch }}

- run: npm install
- name: Setup jq
uses: dcarbone/[email protected]
Expand Down Expand Up @@ -92,6 +96,8 @@ jobs:
# This step makes the contents of the repository available to the workflow
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: ${{ github.event.client_payload.branch }}

- name: Echo FQBNS to file
run:
Expand All @@ -114,4 +120,4 @@ jobs:
sketch-paths:
"- ./libraries/ESP32/examples/CI/CIBoardsTest/CIBoardsTest.ino"

#jq -nc '["espressif:esp32:esp32s3","espressif:esp32:esp32c3","espressif:esp32:esp32s2","espressif:esp32:esp32","espressif:esp32:esp32da"] | _nwise(15)'
#jq -nc '["espressif:esp32:esp32s3","espressif:esp32:esp32c3","espressif:esp32:esp32s2","espressif:esp32:esp32","espressif:esp32:esp32da"] | _nwise(15)'

0 comments on commit b1d08e2

Please sign in to comment.