Skip to content

Commit

Permalink
Same row
Browse files Browse the repository at this point in the history
  • Loading branch information
koncar committed Mar 16, 2023
1 parent dda4bc8 commit e839726
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,7 @@ jobs:
TEST_ASSET_KUBE_APISERVER: "/tmp/kubebuilder/bin/kube-apiserver"
KUBEBUILDER_ASSETS: "/tmp/kubebuilder/bin/"
run:
TEST_ASSET_ETCD="/tmp/kubebuilder/bin/etcd" \
TEST_ASSET_KUBE_APISERVER="/tmp/kubebuilder/bin/kube-apiserver" \
KUBEBUILDER_ASSETS="/tmp/kubebuilder/bin/" \
go test ./...
TEST_ASSET_ETCD="/tmp/kubebuilder/bin/etcd" TEST_ASSET_KUBE_APISERVER="/tmp/kubebuilder/bin/kube-apiserver" KUBEBUILDER_ASSETS="/tmp/kubebuilder/bin/" go test ./...
- name: Checkout unit-test-coverage
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit e839726

Please sign in to comment.