From 8e4576349f02d3f5d19a7276b14b79311af40dd2 Mon Sep 17 00:00:00 2001 From: dongyuwei Date: Wed, 30 Oct 2024 21:02:30 +0800 Subject: [PATCH] Run unit tests on github ci --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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