diff --git a/.github/workflows/e2e-k3d.yml b/.github/workflows/e2e-k3d.yml index f94c97f52..189268f55 100644 --- a/.github/workflows/e2e-k3d.yml +++ b/.github/workflows/e2e-k3d.yml @@ -52,6 +52,11 @@ jobs: name: default-helm-template path: defaultTemplate.yaml + - name: Deploy with helm + uses: WyriHaximus/github-action-helm3@v4 + with: + exec: ./deploy.py --verbose helm --branch ${{ github.ref_name }} --sha ${{ github.sha }} --dockerconfigjson ${{ secrets.GHCR_DOCKER_CONFIG }} + - uses: actions/setup-node@v4 with: node-version: 20 @@ -84,11 +89,6 @@ jobs: run: cd website && npx playwright install-deps if: steps.playwright-cache.outputs.cache-hit == 'true' - - name: Deploy with helm - uses: WyriHaximus/github-action-helm3@v4 - with: - exec: ./deploy.py --verbose helm --branch ${{ github.ref_name }} --sha ${{ github.sha }} --dockerconfigjson ${{ secrets.GHCR_DOCKER_CONFIG }} - # Waits are identical to the update-argocd-metadata.yml file # Mirror changes to that file - name: Wait for Prepro Dummy Docker Image