Skip to content

[#68843] .github: workflows: CI: Increase disk space #29

[#68843] .github: workflows: CI: Increase disk space

[#68843] .github: workflows: CI: Increase disk space #29

Workflow file for this run

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