Skip to content

Commit 7ca628f

Browse files
committed
fix
1 parent 5df8e87 commit 7ca628f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/boards.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ env:
2626

2727
jobs:
2828
setup-chunks:
29+
name: Setup Chunks
2930
runs-on: ubuntu-latest
3031

3132
outputs:
32-
fqbns: ${{ env.FQBNS }}
33-
board-count: ${{ env.BOARD-COUNT }}
34-
test-mode: ${{ env.TEST_MODE }}
33+
test-chunks: ${{ steps.set-test-chunks.outputs.test-chunks }}
3534

3635
steps:
3736
- name: Checkout repository
@@ -43,10 +42,8 @@ jobs:
4342
- name: Determine test mode and find boards
4443
run: |
4544
if [ "${{ github.event_name }}" = "pull_request" ]; then
46-
echo "TEST_MODE=new" >> "$GITHUB_ENV"
4745
bash .github/scripts/find_boards.sh new ${{ github.repository }} ${{github.base_ref}}
4846
else
49-
echo "TEST_MODE=all" >> "$GITHUB_ENV"
5047
bash .github/scripts/find_boards.sh all
5148
fi
5249

0 commit comments

Comments
 (0)