Skip to content

fix(ci): use junit

fix(ci): use junit #2

Workflow file for this run

name: Continuous Integration
on:
workflow_dispatch:
push:
jobs:
run-tests:
name: Run Tests
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Install Scoop & AutoHotkey
uses: MinoruSekine/setup-scoop@v4
with:
buckets: extras
apps: autohotkey
- name: Install librime
shell: pwsh
run: |
scoop bucket add siku https://github.com/amorphobia/siku.git
scoop install siku/librime
- name: Tests
shell: pwsh
run: |
Start-Process -FilePath autohotkey.exe -ArgumentList @("/ErrorStdOut", "tests\rime_test_main.ahk", "1") -Wait
Get-Content tests\junit.xml