Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description Currently when trying to run the BB test outside of CI with ```bash go test ./src/extensions/bigbang/test -failfast -v -timeout 30m ``` You get ```bash Error: accepts at most 1 arg(s), received 2 ``` We are also getting disk pressure errors in actions. Would like to come to a conclusions as a team on how we handle. Remove default tools or get bigger runners ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [X] Other (security config, docs update, etc) ## Checklist before merging - [X] Test, docs, adr added or updated as needed - [X] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed --------- Co-authored-by: Wayne Starr <[email protected]>
- Loading branch information