From 52bb9a0dc8dc6c36b1b04263e757701c3bad725e Mon Sep 17 00:00:00 2001 From: Kylart Date: Sat, 4 Sep 2021 01:01:43 +0200 Subject: [PATCH] Updated macos.yaml --- .github/workflows/macos.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 5f49c4c..404bea5 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -1,11 +1,11 @@ # This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions -name: Node.js CI +name: MacOS Build on: push: - branches: [ dev ] + branches: [ dev, master ] pull_request: branches: [ dev ] @@ -27,7 +27,7 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' - - run: npm ci + - run: npm install - run: npm run dist:mac - run: npm test - name: Download a Build Artifact