Skip to content

Commit

Permalink
ci: claiming space
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Oct 6, 2023
1 parent e9d6a00 commit 65cd6e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Reclaim some disk space
run: docker system prune --all --volumes -f
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -49,7 +51,6 @@ jobs:
NETWORK: 'geth-localnet'
IPFS_PROJECT_ID: ${{ secrets.IPFS_PROJECT_ID }}
IPFS_PROJECT_SECRET: ${{ secrets.IPFS_PROJECT_SECRET }}
NO_GRAPH: 'true'
run: |
yarn test:integration
- name: Upload logs
Expand Down

0 comments on commit 65cd6e8

Please sign in to comment.