Skip to content

Commit

Permalink
Update ci.yaml to run unit tests before build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dongyuwei authored Oct 30, 2024
1 parent 7788aa3 commit ba845eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: Run Unit Tests
run: |
cmd /C ".\python\python3\virtualenv\Scripts\python.exe" ".\python\input_methods\hallelujah\test.py"
- name: Use Install NSIS
uses: repolevedavaj/[email protected]
with:
Expand All @@ -25,4 +28,4 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: Installer
path: installer/*.exe
path: installer/*.exe

0 comments on commit ba845eb

Please sign in to comment.