Skip to content

Commit 83c1ee5

Browse files
committed
Att github tests
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
1 parent 8139f51 commit 83c1ee5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/tests.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
# yamllint disable rule:line-length
3+
name: Test healthcheck repo
4+
5+
on: # yamllint disable-line rule:truthy
6+
push:
7+
pull_request:
8+
9+
jobs:
10+
simpletest:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- name: Verify healthcheck docker build and up
15+
run: |
16+
sudo apt-get -y install git
17+
git clone https://github.com/Baylibre/lava-docker
18+
cd lava-docker && ./lavalab-gen.py boards-ci-hc.yaml
19+
docker compose build
20+
# TODO up and check qemu worked

0 commit comments

Comments
 (0)