Skip to content

Commit

Permalink
Make space for container
Browse files Browse the repository at this point in the history
  • Loading branch information
matbun committed Nov 6, 2024
1 parent dddad31 commit f7d61ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- name: Get Repo Owner
id: get_repo_owner
run: echo ::set-output name=repo_owner::$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache
- name: Integration Test
uses: dagger/dagger-for-github@v6
with:
Expand Down

0 comments on commit f7d61ef

Please sign in to comment.