mirror of
https://github.com/gchq/CyberChef
synced 2026-02-17 01:04:17 +00:00
Updated actions config
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user