[FEATURE] Auto Oasis Test

This commit is contained in:
Dunemask 2024-02-15 16:58:03 -07:00
parent 99a61892bd
commit 1766b9273e

View file

@ -45,7 +45,7 @@ runs:
- name: Configure Kubeconfig - name: Configure Kubeconfig
shell: bash shell: bash
run: | run: |
if [ -n ${{ inputs.kubeconfig }} ]; then if [ -n ${{ inputs.kubeconfig }} && ${{ inputs.kubeconfig }} != "" ]; then
echo "Using Provided Kubernetes Config" echo "Using Provided Kubernetes Config"
echo OASIS_WORKFLOW_KUBECONFIG=${{ inputs.kubeconfig }} >> $GITHUB_ENV echo OASIS_WORKFLOW_KUBECONFIG=${{ inputs.kubeconfig }} >> $GITHUB_ENV
elif [ ${{ inputs.deploy-env }} == "edge" ]; then elif [ ${{ inputs.deploy-env }} == "edge" ]; then