Skip to content

Commit

Permalink
ci: research problem with no space left in the runner
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Dmytrenko <[email protected]>
  • Loading branch information
erka committed Aug 8, 2024
1 parent 0360ebe commit 23595ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Delete huge unnecessary tools
run: rm -rf /opt/hostedtoolcache
- name: Run Unit Tests
uses: dagger/dagger-for-github@v6
uses: dagger/dagger-for-github@v6.3.0
with:
verb: call
version: ${{ env.DAGGER_VERSION }}
Expand Down

0 comments on commit 23595ba

Please sign in to comment.