Skip to content

Commit

Permalink
add com drifts + animation; add streamlit test
Browse files Browse the repository at this point in the history
  • Loading branch information
chiang-yuan committed Sep 23, 2024
1 parent b113315 commit 4cf6e46
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,25 @@ jobs:
- name: Run tests
run: |
pytest tests
pytest tests
test-deploy:
runs-on: ubuntu-latest
needs: test
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: "3.11"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[app]
- name: Run deploy tests
run: |
streamlit run serve/app.py

0 comments on commit 4cf6e46

Please sign in to comment.