Skip to content

Commit

Permalink
Merge pull request #355 from kubeslice/fix-docker-login
Browse files Browse the repository at this point in the history
Update end-to-end-test.yaml
  • Loading branch information
KRANTHI0918 authored Mar 30, 2024
2 parents 096f023 + a88903b commit a39a8ef
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/end-to-end-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ jobs:
with:
name: trivy-scan
path: scan.txt

- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache

- name: build kind clusters
run: |
Expand All @@ -105,20 +108,14 @@ jobs:

- name: Build the e2e image
run: sudo docker build . -t aveshadev/kubeslice-e2e:latest

- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache

- name: Check disk space
run: df . -h

- name: Docker Run Action
uses: addnab/docker-run-action@v3
with:
image: aveshadev/kubeslice-e2e:latest
options: -v ${{ github.workspace }}/reports:/e2e/reports -v /home/runner/.kube:/e2e/assets/kubeconfig -v ${{ github.workspace }}/profile:/e2e/profile --network kind
run: |
sh run.sh kind
bash run.sh kind
- name: Check disk space
run: |
Expand Down

0 comments on commit a39a8ef

Please sign in to comment.