tasks.yaml
1 # Copyright 2025 Defense Unicorns 2 # SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial 3 4 tasks: 5 - name: trust-bundle-tests 6 description: "Run vitest Trust Bundle Tests" 7 actions: 8 - description: "Apply Trust Bundle test manifests" 9 dir: test/vitest/trust-bundle 10 cmd: | 11 ./uds zarf tools kubectl apply -f manifests 12 - description: "Run Trust Bundle tests" 13 dir: test/vitest/trust-bundle 14 cmd: | 15 npx vitest