mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C#: Also run extractor unit tests on a windows runner.
This commit is contained in:
5
.github/workflows/csharp-qltest.yml
vendored
5
.github/workflows/csharp-qltest.yml
vendored
@@ -65,7 +65,10 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
unit-tests:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-2019]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup dotnet
|
||||
|
||||
Reference in New Issue
Block a user