Skip to content

Commit

Permalink
Re-enable unit tests for version pinned images
Browse files Browse the repository at this point in the history
  • Loading branch information
Washi1337 committed Dec 15, 2024
1 parent be82282 commit 6a63171
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/reusable-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ jobs:
- name: Download Build Cache
uses: ./.github/actions/test-build-cache-download
with:
#image: ${{inputs.image}}
image: 'windows-latest'
image: 'windows-2022'
architecture: ${{(inputs.architecture == 'arm64' && 'x64') || inputs.architecture}}
build_configuration: ${{inputs.build_configuration}}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ jobs:
architecture: ${{matrix.runner.arch}}
dotnet_target_frameworks: ${{needs.variables.outputs.DOTNET_TARGET_FRAMEWORKS}}
build_configuration: ${{matrix.build_configuration}}
#ignore non-windows tests since support is yet lacking
is_experimental: ${{matrix.runner.image != 'windows-latest' && matrix.runner.image != 'ubuntu-latest'}}
# Ignore MacOS test results since support is yet lacking
is_experimental: ${{matrix.runner.image != 'windows-2022' && matrix.runner.image != 'ubuntu-22.04'}}
skip_experimental: ${{ needs.variables.outputs.EXPERIMENTAL != 'true' }}

publish:
Expand Down

0 comments on commit 6a63171

Please sign in to comment.