diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 3ae2f932..0f084c17 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -9,6 +9,9 @@ jobs: runs-on: - banzai-runner steps: + - name: Env + run: env + - name: Checkout uses: actions/checkout@v4 @@ -41,7 +44,7 @@ jobs: SKAFFOLD_BUILDX_ARGS: "--cache-to type=gha,mode=max,ignore-error=true --cache-from type=gha" shell: nix develop --impure --command bash -e {0} run: | - skaffold -p e2e run + skaffold -p e2e run --default-repo localhost:5000 - name: Test Master Bias Creation shell: nix develop --impure --command bash -e {0}