diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 778c36c7..a594fc4f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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/install-nsis@v1.0.2 with: @@ -25,4 +28,4 @@ jobs: - uses: actions/upload-artifact@v4 with: name: Installer - path: installer/*.exe \ No newline at end of file + path: installer/*.exe