Skip to content

Commit

Permalink
ci: maximize build space
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 1, 2023
1 parent 9866846 commit dcdf4eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jobs:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
remove-dotnet: "true"
remove-android: "true"
remove-haskell: "true"
remove-docker-images: "true"
- uses: denoland/setup-deno@v1
with:
deno-version: v1.37
Expand Down

0 comments on commit dcdf4eb

Please sign in to comment.