Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yijie-yang committed Oct 10, 2024
1 parent 4382a8f commit 80af2f8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:

jobs:
test:
name: Local Build & Test
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
Expand All @@ -26,6 +27,11 @@ jobs:
with:
python-version: '3.11'

- name: Build local server
run: |
cd src/server
scripts/setup_local_dev.sh
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -35,7 +41,6 @@ jobs:
- name: Run tests
run: |
src/server/scripts/setup_local_dev.sh
model-explorer
pytest ci/playwright_test.py
Expand Down

0 comments on commit 80af2f8

Please sign in to comment.