Forgot to run prod build
This commit is contained in:
parent
4e0d97f2c1
commit
4c737475d4
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -19,12 +19,13 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npx grunt test
|
npx grunt test
|
||||||
sudo npx grunt testnodeconsumer
|
sudo npx grunt testnodeconsumer
|
||||||
|
- name: Production Build
|
||||||
|
run: npx grunt prod
|
||||||
- name: UI Tests
|
- name: UI Tests
|
||||||
run: xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui
|
run: xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui
|
||||||
- name: Build & Deploy
|
- name: Deploy
|
||||||
uses: JamesIves/github-pages-deploy-action@master
|
uses: JamesIves/github-pages-deploy-action@master
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
BRANCH: gh-pages
|
BRANCH: gh-pages
|
||||||
FOLDER: build/prod
|
FOLDER: build/prod
|
||||||
BUILD_SCRIPT: npx grunt prod
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user