Skip to content

Commit

Permalink
Fix quote
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Nov 17, 2023
1 parent 2b8549d commit 31dd964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/k8scompat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Download kubebuilder assets
run: |
echo "UPSTREAM_KUBEBUILDER_ASSETS=$(go run sigs.k8s.io/controller-runtime/tools/setup-envtest@latest use -p path '${{ env.upstreamApiserverVersion }})'" >> $GITHUB_ENV
echo "DOWNSTREAM_KUBEBUILDER_ASSETS=$(go run sigs.k8s.io/controller-runtime/tools/setup-envtest@latest use -p path '1.${{ matrix.downstreamApiserverMinorVersion }}).x'" >> $GITHUB_ENV
echo "DOWNSTREAM_KUBEBUILDER_ASSETS=$(go run sigs.k8s.io/controller-runtime/tools/setup-envtest@latest use -p path '1.${{ matrix.downstreamApiserverMinorVersion }}.x')" >> $GITHUB_ENV
- name: Run tests
run: go test -v ./internal/controllers/reconciliation
Expand Down

0 comments on commit 31dd964

Please sign in to comment.