Skip to content

Commit

Permalink
ci: address testing issue when publishing snapshots (#322)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
MxNxPx committed Apr 2, 2024
1 parent e7206bb commit bb70836
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb70836

Please sign in to comment.