Update README.md #8
This file contains 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
name: Test | |
on: | |
push: | |
branches: [ master ] | |
jobs: | |
haskell-18_04: | |
runs-on: ubuntu-18.04 | |
steps: | |
- name: Generate report | |
run: | | |
echo "==> Available space before cleanup" | |
echo | |
df -h | |
echo | |
echo "==> Cleaning up disk space for the CI..." | |
echo | |
sudo rm -rf /opt/ghc | |
echo "==> Available space after cleanup" | |
echo | |
df -h | |
- name: 'Checkout repo' | |
uses: actions/checkout@v3 | |
net-18_04: | |
runs-on: ubuntu-18.04 | |
steps: | |
- name: Generate report | |
run: | | |
echo "==> Available space before cleanup" | |
echo | |
df -h | |
echo | |
echo "==> Cleaning up disk space for the CI..." | |
echo | |
sudo rm -rf /usr/share/dotnet | |
echo "==> Available space after cleanup" | |
echo | |
df -h | |
- name: 'Checkout repo' | |
uses: actions/checkout@v3 | |
net-haskell-18_04: | |
runs-on: ubuntu-18.04 | |
steps: | |
- name: Generate report | |
run: | | |
echo "==> Available space before cleanup" | |
echo | |
df -h | |
echo | |
echo "==> Cleaning up disk space for the CI..." | |
echo | |
sudo rm -rf /usr/share/dotnet | |
sudo rm -rf /opt/ghc | |
echo "==> Available space after cleanup" | |
echo | |
df -h | |
- name: 'Checkout repo' | |
uses: actions/checkout@v3 | |
android-18_04: | |
runs-on: ubuntu-18.04 | |
steps: | |
- name: Generate report | |
run: | | |
echo "==> Available space before cleanup" | |
echo | |
df -h | |
echo | |
echo "==> Cleaning up disk space for the CI..." | |
echo | |
sudo rm -rf /usr/local/lib/android | |
echo "==> Available space after cleanup" | |
echo | |
df -h | |
- name: 'Checkout repo' | |
uses: actions/checkout@v3 | |
android-haskell-18_04: | |
runs-on: ubuntu-18.04 | |
steps: | |
- name: Generate report | |
run: | | |
echo "==> Available space before cleanup" | |
echo | |
df -h | |
echo | |
echo "==> Cleaning up disk space for the CI..." | |
echo | |
sudo rm -rf /usr/local/lib/android | |
sudo rm -rf /opt/ghc | |
echo "==> Available space after cleanup" | |
echo | |
df -h | |
- name: 'Checkout repo' | |
uses: actions/checkout@v3 | |
android-net-18_04: | |
runs-on: ubuntu-18.04 | |
steps: | |
- name: Generate report | |
run: | | |
echo "==> Available space before cleanup" | |
echo | |
df -h | |
echo | |
echo "==> Cleaning up disk space for the CI..." | |
echo | |
sudo rm -rf /usr/share/dotnet | |
sudo rm -rf /usr/local/lib/android | |
echo "==> Available space after cleanup" | |
echo | |
df -h | |
- name: 'Checkout repo' | |
uses: actions/checkout@v3 | |
android-net-haskell-18_04: | |
runs-on: ubuntu-18.04 | |
steps: | |
- name: Generate report | |
run: | | |
echo "==> Available space before cleanup" | |
echo | |
df -h | |
echo | |
echo "==> Cleaning up disk space for the CI..." | |
echo | |
sudo rm -rf /usr/share/dotnet | |
sudo rm -rf /usr/local/lib/android | |
sudo rm -rf /opt/ghc | |
echo "==> Available space after cleanup" | |
echo | |
df -h | |
- name: 'Checkout repo' | |
uses: actions/checkout@v3 | |
haskell-20_04: | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Generate report | |
run: | | |
echo "==> Available space before cleanup" | |
echo | |
df -h | |
echo | |
echo "==> Cleaning up disk space for the CI..." | |
echo | |
sudo rm -rf /opt/ghc | |
echo "==> Available space after cleanup" | |
echo | |
df -h | |
- name: 'Checkout repo' | |
uses: actions/checkout@v3 | |
net-20_04: | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Generate report | |
run: | | |
echo "==> Available space before cleanup" | |
echo | |
df -h | |
echo | |
echo "==> Cleaning up disk space for the CI..." | |
echo | |
sudo rm -rf /usr/share/dotnet | |
echo "==> Available space after cleanup" | |
echo | |
df -h | |
- name: 'Checkout repo' | |
uses: actions/checkout@v3 | |
net-haskell-20_04: | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Generate report | |
run: | | |
echo "==> Available space before cleanup" | |
echo | |
df -h | |
echo | |
echo "==> Cleaning up disk space for the CI..." | |
echo | |
sudo rm -rf /usr/share/dotnet | |
sudo rm -rf /opt/ghc | |
echo "==> Available space after cleanup" | |
echo | |
df -h | |
- name: 'Checkout repo' | |
uses: actions/checkout@v3 | |
android-20_04: | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Generate report | |
run: | | |
echo "==> Available space before cleanup" | |
echo | |
df -h | |
echo | |
echo "==> Cleaning up disk space for the CI..." | |
echo | |
sudo rm -rf /usr/local/lib/android | |
echo "==> Available space after cleanup" | |
echo | |
df -h | |
- name: 'Checkout repo' | |
uses: actions/checkout@v3 | |
android-haskell-20_04: | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Generate report | |
run: | | |
echo "==> Available space before cleanup" | |
echo | |
df -h | |
echo | |
echo "==> Cleaning up disk space for the CI..." | |
echo | |
sudo rm -rf /usr/local/lib/android | |
sudo rm -rf /opt/ghc | |
echo "==> Available space after cleanup" | |
echo | |
df -h | |
- name: 'Checkout repo' | |
uses: actions/checkout@v3 | |
android-net-20_04: | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Generate report | |
run: | | |
echo "==> Available space before cleanup" | |
echo | |
df -h | |
echo | |
echo "==> Cleaning up disk space for the CI..." | |
echo | |
sudo rm -rf /usr/share/dotnet | |
sudo rm -rf /usr/local/lib/android | |
echo "==> Available space after cleanup" | |
echo | |
df -h | |
- name: 'Checkout repo' | |
uses: actions/checkout@v3 | |
android-net-haskell-20_04: | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Generate report | |
run: | | |
echo "==> Available space before cleanup" | |
echo | |
df -h | |
echo | |
echo "==> Cleaning up disk space for the CI..." | |
echo | |
sudo rm -rf /usr/share/dotnet | |
sudo rm -rf /usr/local/lib/android | |
sudo rm -rf /opt/ghc | |
echo "==> Available space after cleanup" | |
echo | |
df -h | |
- name: 'Checkout repo' | |
uses: actions/checkout@v3 | |
haskell-22_04: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Generate report | |
run: | | |
echo "==> Available space before cleanup" | |
echo | |
df -h | |
echo | |
echo "==> Cleaning up disk space for the CI..." | |
echo | |
sudo rm -rf /opt/ghc | |
echo "==> Available space after cleanup" | |
echo | |
df -h | |
- name: 'Checkout repo' | |
uses: actions/checkout@v3 | |
net-22_04: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Generate report | |
run: | | |
echo "==> Available space before cleanup" | |
echo | |
df -h | |
echo | |
echo "==> Cleaning up disk space for the CI..." | |
echo | |
sudo rm -rf /usr/share/dotnet | |
echo "==> Available space after cleanup" | |
echo | |
df -h | |
- name: 'Checkout repo' | |
uses: actions/checkout@v3 | |
net-haskell-22_04: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Generate report | |
run: | | |
echo "==> Available space before cleanup" | |
echo | |
df -h | |
echo | |
echo "==> Cleaning up disk space for the CI..." | |
echo | |
sudo rm -rf /usr/share/dotnet | |
sudo rm -rf /opt/ghc | |
echo "==> Available space after cleanup" | |
echo | |
df -h | |
- name: 'Checkout repo' | |
uses: actions/checkout@v3 | |
android-22_04: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Generate report | |
run: | | |
echo "==> Available space before cleanup" | |
echo | |
df -h | |
echo | |
echo "==> Cleaning up disk space for the CI..." | |
echo | |
sudo rm -rf /usr/local/lib/android | |
echo "==> Available space after cleanup" | |
echo | |
df -h | |
- name: 'Checkout repo' | |
uses: actions/checkout@v3 | |
android-haskell-22_04: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Generate report | |
run: | | |
echo "==> Available space before cleanup" | |
echo | |
df -h | |
echo | |
echo "==> Cleaning up disk space for the CI..." | |
echo | |
sudo rm -rf /usr/local/lib/android | |
sudo rm -rf /opt/ghc | |
echo "==> Available space after cleanup" | |
echo | |
df -h | |
- name: 'Checkout repo' | |
uses: actions/checkout@v3 | |
android-net-22_04: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Generate report | |
run: | | |
echo "==> Available space before cleanup" | |
echo | |
df -h | |
echo | |
echo "==> Cleaning up disk space for the CI..." | |
echo | |
sudo rm -rf /usr/share/dotnet | |
sudo rm -rf /usr/local/lib/android | |
echo "==> Available space after cleanup" | |
echo | |
df -h | |
- name: 'Checkout repo' | |
uses: actions/checkout@v3 | |
android-net-haskell-22_04: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Generate report | |
run: | | |
echo "==> Available space before cleanup" | |
echo | |
df -h | |
echo | |
echo "==> Cleaning up disk space for the CI..." | |
echo | |
sudo rm -rf /usr/share/dotnet | |
sudo rm -rf /usr/local/lib/android | |
sudo rm -rf /opt/ghc | |
echo "==> Available space after cleanup" | |
echo | |
df -h | |
- name: 'Checkout repo' | |
uses: actions/checkout@v3 |