Skipping UI tests in GitHub Actions

This commit is contained in:
n1474335 2021-08-10 14:26:33 +01:00
parent 5b1fad118f
commit 8379a9b275
5 changed files with 17 additions and 10 deletions

View file

@ -33,9 +33,9 @@ jobs:
if: success()
run: npx grunt prod
- name: UI Tests
if: success()
run: xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui
# - name: UI Tests
# if: success()
# run: xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui
- name: Upload Release Assets
if: success()