Skip to content

Commit

Permalink
Remove files first
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-sanders committed Oct 13, 2023
1 parent 2e68cc4 commit a68bceb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
- TestEmbedAddonsOnly
- TestHostPreflight
steps:
- name: Remove unnecessary files
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
- name: Move Docker aside
run: |
sudo systemctl stop docker
Expand All @@ -47,12 +53,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: "1.21.0"
- name: Remove unnecessary files
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
- name: E2E
run: |
make e2e-test TEST_NAME=${{ matrix.tests }}
Expand Down

0 comments on commit a68bceb

Please sign in to comment.