Skip to content

Commit

Permalink
chore: remove docker commands
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinRobert committed Mar 6, 2024
1 parent 357665c commit 5933e13
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/python-tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,6 @@ jobs:
uses: actions/download-artifact@v4
with:
path: /tmp
- name: Load Gefyra images
run: |
docker load --input /tmp/pyserver/pyserver.tar
docker load --input /tmp/cargo/cargo.tar
docker image ls -a
- name: start minikube
id: minikube
uses: medyagh/setup-minikube@latest
Expand All @@ -265,10 +260,7 @@ jobs:
working-directory: ./client
if: ${{ failure() }}
run: |
docker logs gefyra-cargo-default
kubectl logs -n gefyra gefyra-stowaway-0
docker inspect minikube
docker inspect gefyra-cargo-default
- name: Show coverage report
working-directory: ./client
run: |
Expand Down

0 comments on commit 5933e13

Please sign in to comment.