Skip to content

Commit

Permalink
Firmware zipfile names have been updated to include platform name
Browse files Browse the repository at this point in the history
  • Loading branch information
ToveRumar committed Aug 13, 2024
1 parent fd1163c commit 199c109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crazylab-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: python3 management/usb-power-reset.py -a reset

- name: Upgrade devices to latest firmware
run: python3 management/program.py --file nightly/firmware-cf2-nightly.zip
run: python3 management/program.py --file cf2-nightly/firmware-cf2-nightly.zip

- name: Run test suite
run: pytest --verbose --html=${{env.TEST_FILE}}.html --junit-xml ${{env.TEST_FILE}}.xml tests/QA
Expand Down

0 comments on commit 199c109

Please sign in to comment.