Skip to content

Commit

Permalink
Removed extra steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ssecsd committed Dec 10, 2024
1 parent f97ae65 commit 2e82cde
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@ jobs:
source scripts/toolchain/fbtenv.sh
./fbt resources firmware_latest flash LIB_DEBUG=1 FIRMWARE_APP_SET=unit_tests FORCE=1
- name: 'Wait for flipper and format ext'
id: format_ext
if: steps.flashing.outcome == 'success'
timeout-minutes: 5
run: |
source scripts/toolchain/fbtenv.sh
python3 scripts/testops.py -t=180 await_flipper
python3 scripts/storage.py format_ext
- name: 'Copy assets and unit data, reboot and wait for flipper'
id: copy
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/updater_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,4 @@ jobs:
python3 scripts/testops.py -t=180 await_flipper
./fbt flash_usb FORCE=1
python3 scripts/testops.py -t=180 await_flipper
- name: 'Flash last release'
if: failure()
run: |
source scripts/toolchain/fbtenv.sh
python3 scripts/testops.py -t=180 await_flipper
- name: 'Wait for flipper and format ext'
if: failure()
run: |
source scripts/toolchain/fbtenv.sh
python3 scripts/testops.py -t=180 await_flipper
python3 scripts/storage.py format_ext

0 comments on commit 2e82cde

Please sign in to comment.