diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 11ce2589fca..f7145fc975f 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -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 diff --git a/.github/workflows/updater_test.yml b/.github/workflows/updater_test.yml index 60e20dffac2..9c9e91760d2 100644 --- a/.github/workflows/updater_test.yml +++ b/.github/workflows/updater_test.yml @@ -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