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 a47778c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 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,19 +31,22 @@ 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=host"

- 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: |
docker ps
skaffold -p e2e run
- name: Test Master Bias Creation
Expand Down

0 comments on commit a47778c

Please sign in to comment.