Skip to content

Commit

Permalink
Add gradio tests to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Nov 13, 2024
1 parent f520480 commit 6f1af67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Run Gradio app tests
run: |
./test-images.sh $(git rev-parse --short ${{ github.event.pull_request.head.sha }})
working-directory: web-apps

- name: Install Helm
uses: azure/setup-helm@v4

Expand Down

0 comments on commit 6f1af67

Please sign in to comment.