Skip to content

Commit

Permalink
Add test_on_windows step
Browse files Browse the repository at this point in the history
  • Loading branch information
johnheusinger committed May 29, 2023
1 parent bd64686 commit 3391037
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,21 @@ jobs:
name: Release
path: ./Release/

test_on_windows:
name: Test Module on Windows (PS v5)
runs-on: windows-latest
steps:
- name: Download
uses: actions/download-artifact@v3
with:
name: Release
path: ./Release/
- name: Setup
shell: powershell
run: |
./Tools/setup.ps1
Invoke-Build -Task ShowInfo
- name: Test
shell: powershell
run: |
Invoke-Build -Task Test

0 comments on commit 3391037

Please sign in to comment.