mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Add production build to GitHub Actions script
This commit is contained in:
parent
e16ce1d9c2
commit
de4cd2eebc
1 changed files with 5 additions and 5 deletions
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
@ -25,11 +25,11 @@ jobs:
|
||||||
- name: Unit Tests
|
- name: Unit Tests
|
||||||
run: |
|
run: |
|
||||||
npm test
|
npm test
|
||||||
sudo npx grunt testnodeconsumer
|
npx grunt testnodeconsumer
|
||||||
# - name: Production Build
|
- name: Production Build
|
||||||
# run: npx grunt prod
|
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: Deploy
|
# - name: Deploy
|
||||||
# uses: peaceiris/actions-gh-pages@v3
|
# uses: peaceiris/actions-gh-pages@v3
|
||||||
# with:
|
# with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue