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 061e8fb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 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,8 @@ 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
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 061e8fb

Please sign in to comment.