Skip to content

Commit 5f688c2

Browse files
committed
!dropme: test CI credits
1 parent cb8f46b commit 5f688c2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ jobs:
109109
run: chmod +x micropython/mpy-cross/build/mpy-cross
110110
- run: pipx install poetry
111111
- run: poetry install --only=build
112+
- name: Create credits file
113+
run: |
114+
echo "$PYBRICKS_EV3_CREDITS" > bricks/ev3/credits.txt
115+
env:
116+
PYBRICKS_EV3_CREDITS: ${{ secrets.PYBRICKS_EV3_CREDITS }}
112117
- name: Build firmware (pull request)
113118
if: ${{ github.base_ref != null }}
114119
run: poetry run .github/build-each-commit.py ${{ matrix.hub }} ${{ github.sha }}

0 commit comments

Comments
 (0)