We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 757607d commit a4ebb1cCopy full SHA for a4ebb1c
1 file changed
.github/workflows/e2e-tests.yml
@@ -115,14 +115,6 @@ jobs:
115
ref: ${{ github.event.pull_request.head.sha || github.ref }}
116
fetch-depth: 0
117
118
- - name: Reclaim disk space
119
- uses: AdityaGarg8/remove-unwanted-software@v5
120
- with:
121
- remove-dotnet: true
122
- remove-haskell: true
123
- remove-codeql: true
124
- remove-docker-images: true
125
-
126
- name: Install pnpm
127
uses: pnpm/action-setup@v2
128
with:
0 commit comments