Skip to content

tests: on_target: refactor dfu test #44

tests: on_target: refactor dfu test

tests: on_target: refactor dfu test #44

name: Publish Firmware Bundles Tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22
- name: Run tests
run: node --test ./.github/workflows/**/*.test.mjs