Skip to content

Commit

Permalink
WIP: Try to use latest Windows for testing msi package
Browse files Browse the repository at this point in the history
Signed-off-by: Takuro Ashie <[email protected]>
  • Loading branch information
ashie committed Jan 21, 2023
1 parent 07050a4 commit 6961d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
--rm `
--tty `
--volume ${PWD}:C:\fluentd:ro `
mcr.microsoft.com/dotnet/framework/runtime:3.5 `
mcr.microsoft.com/dotnet/framework/runtime:3.5-windowsservercore-ltsc2019 `
powershell -ExecutionPolicy Bypass -Command "C:\fluentd\td-agent\msi\install-test.ps1"
- name: Serverspec Test
shell: pwsh
Expand All @@ -46,5 +46,5 @@ jobs:
--rm `
--tty `
--volume ${PWD}:C:\fluentd:ro `
mcr.microsoft.com/dotnet/framework/runtime:3.5 `
mcr.microsoft.com/dotnet/framework/runtime:3.5-windowsservercore-ltsc20219 `
powershell -ExecutionPolicy Bypass -Command "C:\fluentd\td-agent\msi\serverspec-test.ps1"

0 comments on commit 6961d11

Please sign in to comment.