Skip to content

Commit

Permalink
Update .github/workflows/nightly-uds-core.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Micah Nagel <micah.nagel@defenseunicorns.com>
  • Loading branch information
catsby and mjnagel authored Sep 27, 2024
1 parent eeeafbb commit 30211e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-uds-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup K3d
uses: ./.github/actions/k3d
with:
create-cluster: ${{ matrix.create-cluster }}
create-cluster: "${{ matrix.type == 'with-cluster' && 'false' || 'true'}}"

- name: Run UDS Core smoke test
run: build/uds run test:ci-uds-core-smoke-test
Expand Down

0 comments on commit 30211e0

Please sign in to comment.