Skip to content

Commit

Permalink
update ci to run ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thuydotm committed Dec 13, 2024
1 parent 2002e19 commit 3a92a25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ jobs:
run: pixi run -e ${{ matrix.environment }} postinstall
- name: Run pytest
run: pixi run -e ${{ matrix.environment }} test-coverage --color=yes
- name: Run ui tests
run: pixi run -e ${{ matrix.environment }} test-ui --color=yes

0 comments on commit 3a92a25

Please sign in to comment.