VA through github actions test

This commit is contained in:
alterNERDtive 2022-07-09 17:01:50 +02:00
parent 678f5d3aab
commit 415488e118
2 changed files with 10 additions and 0 deletions

View file

@ -13,6 +13,11 @@ jobs:
contents: write
steps:
- name: Install VoiceAttack
run: |
curl.exe -o VoiceAttackSetup.exe https://voiceattack.com/FileSend.aspx?id=VoiceAttackInstaller64.exe
.\VoiceAttackSetup /sp- /verysilent /suppressmsgboxes /norestart /nocloseapplications /norestartapplications /noicons
- name: Checkout source code
uses: actions/checkout@v2

View file

@ -11,6 +11,11 @@ jobs:
contents: write
steps:
- name: Install VoiceAttack
run: |
curl.exe -o VoiceAttackSetup.exe https://voiceattack.com/FileSend.aspx?id=VoiceAttackInstaller64.exe
.\VoiceAttackSetup /sp- /verysilent /suppressmsgboxes /norestart /nocloseapplications /norestartapplications /noicons
- name: Checkout source code
uses: actions/checkout@v2