Skip to content

Commit

Permalink
Update end-to-end-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KRANTHI0918 authored Mar 30, 2024
1 parent 08d5c86 commit da07bcb
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/end-to-end-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,20 +96,21 @@ jobs:
bash .github/workflows/scripts/start-kind.sh
env:
GITHUB_HEAD_COMMIT: ${{ steps.vars.outputs.sha_commit }}

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

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

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
registry: docker.io
logout: false

- name: Build the e2e image
run: sudo docker build . -t aveshadev/kubeslice-e2e-ent: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
Expand Down

0 comments on commit da07bcb

Please sign in to comment.