Skip to content

try to get some disk space back #16

try to get some disk space back

try to get some disk space back #16

Workflow file for this run

name: E2E Tests
on:
pull_request:
permissions:
contents: read
jobs:
e2e-tests:
name: Build provider images
runs-on: ubuntu-22.04
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Install requirements
run: |
sudo apt install make
sudo snap install go --classic
sudo docker network create kind --driver=bridge -o com.docker.network.bridge.enable_ip_masquerade=true
- name: Build provider images
run: sudo make docker-build-e2e
- name: Build images
run: |
cd templates/docker
sudo docker build . -t k8s-snap:dev
- name: Free disk space
run: |
sudo rm -rf /usr/share/dotnet

Check failure on line 30 in .github/workflows/e2e.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/e2e.yaml

Invalid workflow file

You have an error in your yaml syntax on line 30
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Run e2e tests
run: sudo make test-e2e