Verify the admin web app builds

This commit is contained in:
Gabe Kangas 2020-11-13 10:07:37 -08:00
parent e3c0265469
commit a0bfe6ac9a

18
web/.github/workflows/build-next.yml vendored Normal file
View file

@ -0,0 +1,18 @@
name: Build admin app
on:
push:
branches:
- master
pull_request:
branches: master
jobs:
run:
name: npm run build
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Install dependencies
run: npm install && npm run build