Skip to content

Commit 6f1af67

Browse files
committed
Add gradio tests to workflow
1 parent f520480 commit 6f1af67

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ 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
51+
4752
- name: Install Helm
4853
uses: azure/setup-helm@v4
4954

0 commit comments

Comments
 (0)