Skip to content

Commit

Permalink
fix up
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Yuan <[email protected]>
  • Loading branch information
SamYuan1990 committed Jun 15, 2024
1 parent 5fce90b commit 9ee6031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ jobs:
./main.sh up
mkdir -p /tmp/kubeconfig
cp .kube/config /tmp/kubeconfig
ls /tmp/kubeconfig
- name: config a cluster
run: |
export PROMETHEUS_ENABLE=true
export TEKTON_ENABLE=true
export LOADPROMETHEUSIMAGE=false
export KUBECONFIG_ROOT_DIR=/tmp
export KEPLER_KUBECONFIG=/kubeconfig
export KUBECONFIG_ROOT_DIR=/tmp/kubeconfig
./main.sh config
containertestubuntu:
Expand Down

0 comments on commit 9ee6031

Please sign in to comment.