Att github tests #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| # 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 |