From bb708369c8d88a846c9651aec81069cfc8292678 Mon Sep 17 00:00:00 2001 From: "(Michael) Palassis" <40472433+MxNxPx@users.noreply.github.com> Date: Tue, 2 Apr 2024 13:37:42 -0400 Subject: [PATCH] ci: address testing issue when publishing snapshots (#322) ## Description fix issue with ci snapshot publish ## Related Issue Fixes # https://github.com/defenseunicorns/uds-core/actions/runs/8521000019 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Checklist before merging - [ ] Test, docs, adr added or updated as needed - [ ] [Contributor Guide Steps](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)(https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md#submitting-a-pull-request) followed --- .github/workflows/publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 697bfa53e..9da0e218d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -63,6 +63,7 @@ jobs: # Standard Package by default tests what's in the Istio Package - name: Test amd64 Bundle + if: ${{ !inputs.snapshot }} run: | uds run deploy-standard-bundle --no-progress uds run -f tasks/test.yaml validate-packages --no-progress