Skip to content

Commit

Permalink
try prepack wf
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope committed Sep 30, 2024
1 parent ab13159 commit 0e24ee2
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,17 @@ jobs:
python==${{ matrix.python-version }}
- name: run tests
- uses: streamlit/[email protected]
with:
app-path: app.py
ruff: true

- name: Run tests
# conda setup requires this special shell
shell: bash -l {0}
# important to cd into the tests directory because app path is hard coded
run: |
cd tests
pytest -vvv --color=yes
- if: always()
uses: pmeier/[email protected]
with:
path: test-results.xml
summary: true
display-options: fEX


0 comments on commit 0e24ee2

Please sign in to comment.