Skip to content

Att github tests

Att github tests #2

Workflow file for this run

---
# yamllint disable rule:line-length
name: Test healthcheck repo
on: # yamllint disable-line rule:truthy
push:
pull_request:
jobs:
simpletest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Verify healthcheck docker build and up
run: |
sudo apt-get -y install git
git clone https://github.com/Baylibre/lava-docker
cd lava-docker && ./lavalab-gen.py boards-ci-hc.yaml
docker compose build
# TODO up and check qemu worked