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 d501506
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .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 Down Expand Up @@ -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}
Expand Down

0 comments on commit d501506

Please sign in to comment.