Skip to content

Commit

Permalink
Allow to run e2e test in fork repos
Browse files Browse the repository at this point in the history
  • Loading branch information
AKamyshnikova committed Oct 25, 2023
1 parent dd244dc commit 4866aac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
context: .
file: docker/casskop/Dockerfile
tags: ghcr.io/cscetbon/casskop:${{ steps.get-branch.outputs.branch }}
tags: ghcr.io/${{ github.repository }}:${{ steps.get-branch.outputs.branch }}
push: true

install-kuttl:
Expand Down Expand Up @@ -140,6 +140,6 @@ jobs:
run: |
chmod u+x kuttl
PATH=$PWD:$PATH
helm install casskop charts/casskop --set image.tag=${{ steps.get-branch.outputs.branch }}
helm install casskop charts/casskop --set image.tag=${{ steps.get-branch.outputs.branch }} --set image.repository=ghcr.io/${{ github.repository }}
cd test/kuttl/
kuttl test --test ${{ matrix.test-name }} --namespace default --skip-delete

0 comments on commit 4866aac

Please sign in to comment.