Skip to content

Commit

Permalink
attempt to free up disk space on the CI machine
Browse files Browse the repository at this point in the history
  • Loading branch information
AdeelH committed Aug 29, 2023
1 parent 3716f46 commit 4b992e7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ jobs:
DOCKER_BUILDKIT: 1
IMAGE_TYPE: ${{ matrix.image_type }}
steps:
- uses: actions/checkout@v2
- name: Free up disk space
run: rm -rf /opt/hostedtoolcache
uses: actions/checkout@v3

- run: ./scripts/cibuild

- uses: codecov/codecov-action@v2
- name: Test
run: ./scripts/cibuild
uses: codecov/codecov-action@v3

0 comments on commit 4b992e7

Please sign in to comment.