From 0f219ccc9c1c16b8e52f3438f3af53dc1c9f0d78 Mon Sep 17 00:00:00 2001 From: Ruy Adorno Date: Thu, 30 Apr 2020 23:54:33 -0400 Subject: chore: reenable windows ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 499ad3842..acffa4fbb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: Node CI -on: [push] +on: [push, pull_request] jobs: build: @@ -8,7 +8,7 @@ jobs: fail-fast: false matrix: node-version: [6.x, 8.x, 10.x, 12.x] - os: [ubuntu-latest] + os: [ubuntu-latest, windows-latest, macOS-latest] runs-on: ${{ matrix.os }} -- cgit v1.2.3