Skip to content

Commit

Permalink
chore: Updating uds-cli and making it give cluster info always
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel committed Feb 7, 2024
1 parent bff0e8e commit 812ebd7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ runs:
- name: Install UDS CLI
shell: bash
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
run: brew install defenseunicorns/tap/uds@0.6.1
run: brew install defenseunicorns/tap/uds@0.8.1
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
- name: Deploy test bundle
run: uds run deploy-test-bundle

- name: Test package
run: uds run test-package

- name: Get Cluster Info
if: failure()
if: always()
uses: ./.github/actions/get-cluster-info

- name: Test package
run: uds run test-package

- name: Cleanup
if: always()
run: uds run cleanup
Expand Down

0 comments on commit 812ebd7

Please sign in to comment.