Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
Signed-off-by: Case Wylie <[email protected]>
  • Loading branch information
cmwylie19 committed Nov 20, 2024
1 parent 54242c6 commit a795350
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
cd "$KFC"
npm ci
- name: "install k3d"
run: "curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash"
shell: bash
Expand All @@ -56,12 +55,12 @@ jobs:
run: |
cd "$KFC"
kubectl apply -f test/ && npx ts-node src/cli.ts crd ./test/datastore.crd.yaml e2e && npx ts-node src/cli.ts crd https://raw.githubusercontent.com/defenseunicorns/kubernetes-fluent-client/refs/heads/471/test/webapp.crd.yaml e2e
- name: Prepare Image
run: |
cd "$KFC"
npm pack && npm i kubernetes-fluent-client-0.0.0-development.tgz --no-save
- name: Run the e2es
run: |
cd "$KFC"
Expand Down

0 comments on commit a795350

Please sign in to comment.