Skip to content

Commit 6bc4b05

Browse files
committed
ci: remove some tooling
1 parent a3b69cc commit 6bc4b05

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/component_k8s_e2e.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,8 @@ jobs:
8989
run: |
9090
cargo install --locked cargo-zigbuild --force
9191
92-
- name: Show disk usage
93-
run: df -h
94-
95-
- name: Top-level directories
96-
run: du -h -d1 / | sort -hr | head -n 20
97-
98-
- name: Detailed file sizes
99-
run: find / -type f -exec du -h {} + 2>/dev/null | sort -hr | head -n 1000
92+
- name: Remove Haskell tooling (xD)
93+
run: ghcup -v nuke
10094

10195
- name: Run k8s e2e-test ${{ matrix.group }}
10296
uses: newrelic/newrelic-integration-e2e-action@v1

0 commit comments

Comments
 (0)