Skip to content

Commit

Permalink
update GitHub flow for e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce-Huang <[email protected]>
  • Loading branch information
Bryce-huang committed Oct 17, 2023
1 parent 66ed784 commit 0820c57
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,17 +135,19 @@ jobs:
- name: Install OpenFunction
run: |
# Install CRDs
make install
kubectl apply -f https://openfunction.sh1a.qingstor.com/crds/gateway-api-v0.8.0.yaml
# Install OpenFunction Chart
helm repo add openfunction https://openfunction.github.io/charts/
helm repo update
helm install openfunction openfunction/openfunction -n openfunction --create-namespace --devel -f "${GITHUB_WORKSPACE}"/.github/workflows/values
# Reinstall OpenFunction Controllers
make all
make undeploy
make deploy
sleep 60
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v1
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v1

- name: Wait for kafka to be ready
run: |
Expand Down

0 comments on commit 0820c57

Please sign in to comment.