Skip to content

Commit 247ce09

Browse files
authored
Merge pull request #1736 from jere8184/windows_ci
Specifiy DLL path in tests for Windows ci
2 parents b35c9bf + 26c79cb commit 247ce09

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows-server-2019.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
$DLL_PATH = Join-Path package dll | Resolve-Path
7777
cd package
7878
python -m openage --add-dll-search-path $DLL_PATH --version
79-
./run.exe test -a
79+
python -m openage --add-dll-search-path $DLL_PATH test -a
8080
shell: pwsh
8181
- name: Publish build artifacts
8282
uses: actions/upload-artifact@v4

.github/workflows/windows-server-2022.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
$DLL_PATH = Join-Path package dll | Resolve-Path
7777
cd package
7878
python -m openage --add-dll-search-path $DLL_PATH --version
79-
./run.exe test -a
79+
python -m openage --add-dll-search-path $DLL_PATH test -a
8080
shell: pwsh
8181
- name: Publish build artifacts
8282
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)