mirror of
https://github.com/github/codeql-action
synced 2026-06-01 20:01:46 +03:00
Run unit tests on Windows too
This commit is contained in:
@@ -90,7 +90,7 @@ jobs:
|
||||
needs: [check-js, check-node-modules]
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 45
|
||||
|
||||
|
||||
Reference in New Issue
Block a user