File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ jobs:
44
44
with :
45
45
ref : ${{ github.event.pull_request.head.sha }}
46
46
47
- - name : Run Gradio app tests
48
- run : |
49
- ./test-images.sh $(git rev-parse --short ${{ github.event.pull_request.head.sha }})
50
- working-directory : web-apps
47
+ # - name: Run Gradio app tests
48
+ # run: |
49
+ # ./test-images.sh $(git rev-parse --short ${{ github.event.pull_request.head.sha }})
50
+ # working-directory: web-apps
51
51
52
52
- name : Install Helm
53
53
uses : azure/setup-helm@v4
66
66
with :
67
67
cluster_name : ${{ env.CLUSTER_NAME }}
68
68
69
- # NOTE(scott): Since the local Chart.yaml uses "appVersion: latest" and this
69
+ # NOTE(scott): Since the local Chart.yaml uses "appVersion: latest" and this
70
70
# only gets overwritten to the correct commit SHA during Helm chart build,
71
71
# we need to pull these published images and load them into the kind cluster
72
72
# with the tag correct tag.
You can’t perform that action at this time.
0 commit comments