From 7ebbfcbbdde9be54e0e5ee00162d692c0c6c155a Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Wed, 15 Jun 2022 01:21:29 +0100 Subject: [PATCH] Run unit tests on Windows too --- .github/workflows/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 53fca4a5a..0edf05474 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -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