From de4cd2eebc5a59afaf12b56573973d491eb0283e Mon Sep 17 00:00:00 2001 From: n1474335 Date: Fri, 22 Jan 2021 14:59:26 +0000 Subject: [PATCH] Add production build to GitHub Actions script --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0f5b8646..c0d7ca06 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,11 +25,11 @@ jobs: - name: Unit Tests run: | npm test - sudo npx grunt testnodeconsumer - # - name: Production Build - # run: npx grunt prod - # - name: UI Tests - # run: xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui + npx grunt testnodeconsumer + - name: Production Build + run: npx grunt prod + - name: UI Tests + run: xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui # - name: Deploy # uses: peaceiris/actions-gh-pages@v3 # with: