Update allboards.yml (#8594)
This commit is contained in:
parent
c7c975fc3f
commit
720be7599f
1 changed files with 7 additions and 1 deletions
8
.github/workflows/allboards.yml
vendored
8
.github/workflows/allboards.yml
vendored
|
|
@ -32,7 +32,11 @@ jobs:
|
||||||
test-chunks: ${{ steps['set-test-chunks'].outputs['test-chunks'] }}
|
test-chunks: ${{ steps['set-test-chunks'].outputs['test-chunks'] }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
ref: ${{ github.event.client_payload.branch }}
|
||||||
|
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- name: Setup jq
|
- name: Setup jq
|
||||||
uses: dcarbone/install-jq-action@v1.0.1
|
uses: dcarbone/install-jq-action@v1.0.1
|
||||||
|
|
@ -63,6 +67,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
ref: ${{ github.event.client_payload.branch }}
|
||||||
|
|
||||||
- name: Echo FQBNS to file
|
- name: Echo FQBNS to file
|
||||||
run:
|
run:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue