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 29, 2024
1 parent cf6ea8d commit 7177cfc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/end-to-end-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,15 @@ jobs:
- name: Check disk space
run: df . -h

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

- 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: |
Expand Down

0 comments on commit 7177cfc

Please sign in to comment.