Skip to content

Commit

Permalink
Run unit tests on github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dongyuwei authored Oct 30, 2024
1 parent 89fb954 commit 8e45763
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: Unit tests
run: |
.\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 8e45763

Please sign in to comment.