Files
tauri-webpack/.github/sanity-test-webpack
2019-12-16 00:47:23 +01:00

20 lines
328 B
Plaintext

name: Sanity Test
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