From c16c25084749c1efa8f8e4d758be3c83a3145c19 Mon Sep 17 00:00:00 2001 From: Eugene Date: Thu, 15 Aug 2019 11:53:17 +0200 Subject: [PATCH] Update and rename blank.yml to macos.yml --- .github/workflows/macos.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/macos.yml diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml new file mode 100644 index 00000000..97089d11 --- /dev/null +++ b/.github/workflows/macos.yml @@ -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