From 97dc6805361a21533e396329737a4a44533a3842 Mon Sep 17 00:00:00 2001 From: Matt Travi Date: Mon, 9 Jan 2023 17:02:32 -0600 Subject: [PATCH] ci(windows): added windows to the os matrix in hopes of reproducing https://github.com/semantic-release/semantic-release/issues/2658 --- .github/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6ecae2c0..80a95c6a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,8 +19,11 @@ jobs: node-version: - 18.0.0 - 19 + os: + - ubuntu-latest + - windows-latest - runs-on: ubuntu-latest + runs-on: "${{ matrix.os }}" steps: - uses: actions/checkout@v3