Skip to content

Commit

Permalink
Merge pull request #1736 from jere8184/windows_ci
Browse files Browse the repository at this point in the history
Specifiy DLL path in tests for Windows ci
  • Loading branch information
heinezen authored Dec 31, 2024
2 parents b35c9bf + 26c79cb commit 247ce09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows-server-2019.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +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
python -m openage --add-dll-search-path $DLL_PATH test -a
shell: pwsh
- name: Publish build artifacts
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-server-2022.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +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
python -m openage --add-dll-search-path $DLL_PATH test -a
shell: pwsh
- name: Publish build artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 247ce09

Please sign in to comment.