Skip to content

Commit

Permalink
Merge pull request #3 from praveenrewar/praveenrewar-patch-1
Browse files Browse the repository at this point in the history
Do not run tests during release
  • Loading branch information
praveenrewar authored Feb 25, 2023
2 parents ea3e829 + 9055776 commit 36e0c33
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,28 +95,3 @@ jobs:
${{steps.get-checksums-from-draft-release.outputs.result}}
EOF
)
- name: Run Test cases
run: |
# Setup minikube
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
install minikube-linux-amd64 /usr/local/bin/minikube
minikube start --driver=docker --memory 4096
eval $(minikube docker-env --shell=bash)
# Ensure that there is no existing kapp installed
rm -f /tmp/bin/kapp
# Build kapp binary
set -e -x
VERSION=`echo ${{ github.ref }} | grep -Eo '[0-9].*'`
./hack/build.sh
# Add binary to the path
mkdir bin
mv kapp bin
PATH=$PATH:$PWD/bin
echo $PATH
# Run test cases
./hack/test-external.sh

0 comments on commit 36e0c33

Please sign in to comment.