Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install Helm-unittest
run: helm plugin install https://github.com/quintush/helm-unittest
run: helm plugin install https://github.com/helm-unittest/helm-unittest
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is part of the current failures...not sure why this would affect hull CI errors though. @jbiers

- name: CI
run: make ci
test:
Expand Down
35 changes: 0 additions & 35 deletions Dockerfile.dapper

This file was deleted.

2 changes: 2 additions & 0 deletions tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/rancher/backup-restore-operator/tests

go 1.23.0

toolchain go1.23.4

require (
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.80.1
github.com/rancher/hull v0.0.0-20230424152137-627ef5347afd
Expand Down
Loading