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

update csi for 1.30 #571

Merged
merged 10 commits into from
Apr 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
.github: skip checking unused in the CI
dhij committed Apr 23, 2024
commit 6973cb7a1c85023da0d5c575257dbd4c2cd2a167
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ jobs:
go-version-file: go.mod

- name: Run unit tests
run: make all
run: make test
dhij marked this conversation as resolved.
Show resolved Hide resolved

push-images:
runs-on: ubuntu-20.04