Skip to content

Add step to run bmlab-scan in test workflow #4

Add step to run bmlab-scan in test workflow

Add step to run bmlab-scan in test workflow #4

Workflow file for this run

name: Test Builds
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
install-dependencies:
runs-on: self-hosted
container:
image: ghcr.io/baremetaltestlab/bmlab-flash-toolkit:latest
steps:
- uses: actions/checkout@v4

Check failure on line 17 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
- name: Build release distributions
run: |
python3 -m venv .venv
. .venv/bin/activate
pip install -e ".[dev]"
- name: Run bmlab-scan
run: |
. .venv/bin/activate
bmlab-scan --help
bmlab-scan