Skip to content

Commit

Permalink
This time...
Browse files Browse the repository at this point in the history
  • Loading branch information
MissedTheMark committed Sep 24, 2024
1 parent 1ca6159 commit 43bb586
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-values-migrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
go-version: '1.22.3'

- name: Test
run: go test -v ./charts/kubernetes-agent/value-migrations-tests/...
working-directory: charts/kubernetes-agent/value-migrations-tests
run: go test -v
2 changes: 1 addition & 1 deletion charts/kubernetes-agent/value-migrations-tests/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module value-migrations-tests
module value_migrations_tests

go 1.23.1

Expand Down

0 comments on commit 43bb586

Please sign in to comment.