Skip to content

Commit

Permalink
fix: adds k3d to smoke test (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleGedd committed Mar 5, 2024
1 parent 12c878d commit 2887fb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly-uds-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
run: |
chmod +x build/uds
- name: Setup K3d
uses: ./.github/actions/k3d

- name: Deploy UDS Core bundle
# renovate: datasource=github-tags depName=defenseunicorns/uds-core versioning=semver
run: build/uds deploy ghcr.io/defenseunicorns/packages/uds/bundles/k3d-core-istio-dev:0.13.1 --confirm --no-progress
Expand Down

0 comments on commit 2887fb4

Please sign in to comment.