mirror of https://github.com/Kylart/KawAnime.git
Updated macos.yaml
This commit is contained in:
parent
4a151d0440
commit
52bb9a0dc8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue