-
Notifications
You must be signed in to change notification settings - Fork 1
36 lines (34 loc) · 1.15 KB
/
ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: Kenning Zephyr runtime tests
on:
push:
branches: [main, fix-gha]
pull_request:
branches: [main, fix-gha]
jobs:
readme-tests:
runs-on: ubuntu-latest
container:
image: debian:bookworm
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Increase disk space
run: |
echo "Before cleanup"
df -H
rm -rf /__t/CodeQL
rm -rf /__t/Java_Temurin-Hotspot_jdk
rm -rf /__t/Java_Temurin-Hotspot_jdk
rm -rf /__t/Ruby
rm -rf /__t/go
rm -rf /__t/node
echo "After cleanup"
df -H
- name: Install tuttest dependencies
run: |
apt-get update -qqy
apt-get install -qqy --no-install-recommends python3 python3-pip git colorized-logs sudo
sudo pip3 install --break-system-packages git+https://github.com/antmicro/tuttest.git
- name: Run README.md snippets
run: |
./scripts/test_readme.sh