Updated macos.yaml

This commit is contained in:
Kylart 2021-09-04 01:01:43 +02:00
parent 4a151d0440
commit 52bb9a0dc8
1 changed files with 3 additions and 3 deletions

View File

@ -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