Skip to content

build(deps): Bump esbuild from 0.24.0 to 0.25.0 in /applications/system/js_app/packages/fz-sdk in the npm_and_yarn group across 1 directory #4

build(deps): Bump esbuild from 0.24.0 to 0.25.0 in /applications/system/js_app/packages/fz-sdk in the npm_and_yarn group across 1 directory

build(deps): Bump esbuild from 0.24.0 to 0.25.0 in /applications/system/js_app/packages/fz-sdk in the npm_and_yarn group across 1 directory #4

Workflow file for this run

name: 'Updater test'
on:
pull_request:
env:
TARGETS: f7
DEFAULT_TARGET: f7
FBT_TOOLCHAIN_PATH: /opt/
FBT_GIT_SUBMODULE_SHALLOW: 1
permissions: write-all
jobs:
test_updater_on_bench:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.sha }}
- name: 'Flashing target firmware'
id: first_full_flash
timeout-minutes: 10
run: |
set -e
sudo -i
source scripts/toolchain/fbtenv.sh
python3 scripts/testops.py -t=180 await_flipper
./fbt flash_usb_full FORCE=1
- name: 'Validating updater'
id: second_full_flash
timeout-minutes: 10
if: success()
run: |
set -e
sudo -i
source scripts/toolchain/fbtenv.sh
python3 scripts/testops.py -t=180 await_flipper
./fbt flash_usb FORCE=1
python3 scripts/testops.py -t=180 await_flipper