Skip to content

Commit

Permalink
fix broken URL in unit.yaml GH action (#2335)
Browse files Browse the repository at this point in the history
Signed-off-by: Josef Karasek <jkarasek@redhat.com>
  • Loading branch information
josefkarasek authored Aug 24, 2021
1 parent 51fe6da commit 35deef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
os=$(go env GOOS)
arch=$(go env GOARCH)
curl -L https://go.kubebuilder.io/dl/2.3.1/${os}/${arch} | tar -xz -C /tmp/
curl -L https://github.com/kubernetes-sigs/kubebuilder/releases/download/v2.3.1/kubebuilder_2.3.1_${os}_${arch}.tar.gz | tar -xz -C /tmp/
sudo mv /tmp/kubebuilder_2.3.1_${os}_${arch} /usr/local/kubebuilder
- name: Run unit tests
run: make unit

0 comments on commit 35deef2

Please sign in to comment.