From fabea8cc61ac88e33fd0bf3672e3a96ab71e2c26 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Fri, 22 Jan 2021 15:00:15 +0000 Subject: [PATCH] Fix whitespace --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c0d7ca069..274d9f0f9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,8 +28,8 @@ jobs: 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: UI Tests + run: xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui # - name: Deploy # uses: peaceiris/actions-gh-pages@v3 # with: