Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenstarknight authored Jul 1, 2024
1 parent 39ebf35 commit e787fbe
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,5 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run Test
run: python -m unittest discover tests
#- name: Package Application
# uses: JackMcKew/pyinstaller-action-windows@main
# with:
# path: src
run: python -m unittest discover unittests

0 comments on commit e787fbe

Please sign in to comment.