Skip to content

Commit

Permalink
remove prune
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Jul 10, 2024
1 parent 074d8b4 commit 26844d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- name: Login to Aerospike Jfrog
run: |
docker login aerospike.jfrog.io --username ${{ secrets.JFROG_USERNAME }} --password ${{ secrets.JFROG_ACCESS_TOKEN }}
- name: Clear Docker Cache
run: |
docker system prune --all --force
# - name: Clear Docker Cache
# run: |
# docker system prune --all --force

- name: Run tests
run: |
Expand Down

0 comments on commit 26844d1

Please sign in to comment.