Skip to content

Commit

Permalink
Update windows-server CI to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jere8184 committed Dec 16, 2024
1 parent 846c1fa commit 54b2191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows-server-2019.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
$DLL_PATH = Join-Path package dll | Resolve-Path
cd package
python -m openage --add-dll-search-path $DLL_PATH --version
./run.exe test -a
shell: pwsh
- name: Publish build artifacts
uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows-server-2022.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
$DLL_PATH = Join-Path package dll | Resolve-Path
cd package
python -m openage --add-dll-search-path $DLL_PATH --version
./run.exe test -a
shell: pwsh
- name: Publish build artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 54b2191

Please sign in to comment.