Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add option to disable blob verification #131

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
fix: set noverify test name to more meaningful value
The name of the test_ct_action_noverify test did not receive any customizing for the name. No there is a unique name to describe what is tested.

Signed-off-by: Marco Lecheler <[email protected]>
  • Loading branch information
fty4 committed Nov 2, 2023
commit 3f5368d4182ffc40fbc52c538cc52bbc0c9c587e
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
test_ct_action_noverify:
runs-on: ubuntu-latest

name: Install chart-testing and test presence in path
name: Install chart-testing without verifiing blob and test presence in path
steps:
- uses: actions/checkout@v4
- name: Install chart-testing
Expand Down