From fea5cd983f62d719e4843109495bdf474cd83324 Mon Sep 17 00:00:00 2001 From: Maria Carmina Date: Wed, 11 Oct 2023 16:14:18 +0300 Subject: [PATCH] Docker rmi. --- .github/workflows/pytest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 7edbae47..0b22e1c9 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -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: | @@ -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