Skip to content

Commit

Permalink
chore(ci): free up some disk space before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
koralowiec committed Nov 2, 2024
1 parent 8a08851 commit 7456cc9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,13 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Free Disk Space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
docker-images: false
swap-storage: false

- name: "Install latest devcontainer CLI"
run: npm install -g @devcontainers/cli

Expand Down

0 comments on commit 7456cc9

Please sign in to comment.