Skip to content

workflows: on_target: continue on error, commit badge #1

workflows: on_target: continue on error, commit badge

workflows: on_target: continue on error, commit badge #1

name: Publish Firmware Bundles Tests
on:
push:
paths:
- "**/*.mjs"
branches:
- main
pull_request:
paths:
- "**/*.mjs"
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