We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b69cc commit 6bc4b05Copy full SHA for 6bc4b05
.github/workflows/component_k8s_e2e.yml
@@ -89,14 +89,8 @@ jobs:
89
run: |
90
cargo install --locked cargo-zigbuild --force
91
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
+ - name: Remove Haskell tooling (xD)
+ run: ghcup -v nuke
100
101
- name: Run k8s e2e-test ${{ matrix.group }}
102
uses: newrelic/newrelic-integration-e2e-action@v1
0 commit comments