Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jashan-lco committed Dec 6, 2023
1 parent 3f8c2e9 commit 16f6d85
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
runs-on:
- banzai-runner
steps:
- name: Env
run: env

- name: Checkout
uses: actions/checkout@v4

Expand All @@ -28,20 +31,23 @@ jobs:
- name: Expose GitHub Runtime
uses: crazy-max/ghaction-github-runtime@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Start Kind cluster
shell: nix develop --impure --command bash -e {0}
run: |
kind-create-cluster
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
driver-opts: "network=kind"

- name: Deploy Banzai w/ Skaffold
env:
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
docker ps
skaffold -p e2e run --default-repo localhost:5001
- name: Test Master Bias Creation
shell: nix develop --impure --command bash -e {0}
Expand Down

0 comments on commit 16f6d85

Please sign in to comment.