Skip to content

Commit

Permalink
Docker rmi.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariacarmina committed Oct 11, 2023
1 parent 64d4b7e commit fea5cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
docker image rm alpine:3.16
docker image rm alpine:3.17
docker image rm alpine:3.18
docker image rm ubuntu:18.04
docker image rm ubuntu:20.04
- name: Wait for contracts deployment and C2D cluster to be ready
working-directory: ${{ github.workspace }}/barge
run: |
Expand All @@ -67,8 +69,6 @@ jobs:
- name: Verify deployments
run: |
cat $HOME/.ocean/ocean-contracts/artifacts/address.json
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Test with pytest
run: |
coverage run --source ocean_provider -m pytest
Expand Down

0 comments on commit fea5cd9

Please sign in to comment.