From af153abd5f57d93e89d136666ef442c32688d3e8 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sat, 30 Jan 2021 17:32:25 +0100 Subject: [PATCH] test build for all platforms on macOS --- .github/workflows/ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fbdfa9..1c3ee93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,17 @@ jobs: - run: npm test - run: npm run build + build: + runs-on: macos-latest + steps: + - uses: actions/checkout@v2 + - uses: actions/setup-node@v2 + with: + node-version: '15' + + - run: npm ci + - run: npm run build:all + coverage: runs-on: macos-latest steps: