mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 09:16:17 -04:00
Updated actions config
This commit is contained in:
parent
7b68b92498
commit
a74ee47bf0
2 changed files with 3 additions and 7 deletions
4
.github/workflows/master.yml
vendored
4
.github/workflows/master.yml
vendored
|
@ -30,7 +30,6 @@ jobs:
|
|||
npx grunt testnodeconsumer
|
||||
|
||||
- name: Production Build
|
||||
id: prod_build
|
||||
if: success()
|
||||
run: npx grunt prod
|
||||
|
||||
|
@ -38,10 +37,11 @@ jobs:
|
|||
run: npx grunt exec:sitemap
|
||||
|
||||
- name: UI Tests
|
||||
needs: prod_build
|
||||
if: success()
|
||||
run: xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui
|
||||
|
||||
- name: Prepare for GitHub Pages
|
||||
if: success()
|
||||
run: npx grunt copy:ghPages
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue