Skip to content

Commit 781660e

Browse files
committed
Skip Gradio tests for now
1 parent 066685a commit 781660e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test-pr.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
with:
4545
ref: ${{ github.event.pull_request.head.sha }}
4646

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
5151

5252
- name: Install Helm
5353
uses: azure/setup-helm@v4
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
cluster_name: ${{ env.CLUSTER_NAME }}
6868

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
7070
# only gets overwritten to the correct commit SHA during Helm chart build,
7171
# we need to pull these published images and load them into the kind cluster
7272
# with the tag correct tag.

0 commit comments

Comments
 (0)