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