diff --git a/.github/workflows/npm-tests.yml b/.github/workflows/npm-tests.yml new file mode 100644 index 0000000..56b2917 --- /dev/null +++ b/.github/workflows/npm-tests.yml @@ -0,0 +1,19 @@ +name: Asset Tests + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + can-build-assets: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Install Dependencies + run: npm install + - name: Build Assets + run: npm run prod