feat(workflow): create workflow

This commit is contained in:
Daniel Thompson-Yvetot
2019-12-15 00:12:58 +01:00
parent 9c36023eff
commit d54a534cdd

20
.github/workflows/build-quasar.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: Build Quasar
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 12.x
uses: actions/setup-node@master
with:
node-version: 12.x
- name: Install and build
run: |
yarn install --frozen-lockfile
yarn test
quasar build -m ssr