VA through github actions test
This commit is contained in:
parent
678f5d3aab
commit
415488e118
2 changed files with 10 additions and 0 deletions
5
.github/workflows/create-release.yaml
vendored
5
.github/workflows/create-release.yaml
vendored
|
@ -13,6 +13,11 @@ jobs:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
steps:
|
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
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|
5
.github/workflows/push-test.yaml
vendored
5
.github/workflows/push-test.yaml
vendored
|
@ -11,6 +11,11 @@ jobs:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
steps:
|
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
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue