Update and rename blank.yml to macos.yml

This commit is contained in:
Eugene 2019-08-15 11:53:17 +02:00 committed by GitHub
parent 0905be77bc
commit c16c250847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
.github/workflows/macos.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: macOS Build
on: [push, pull_request]
jobs:
build:
name: Test on node ${{ matrix.node_version }}
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Installing Node
uses: actions/setup-node@v1
with:
version: 10
- name: Build
run: build/travis.sh