Browse Source

GA: Fix typo in browser_tests.yml

pull/8114/head
Aleksander Machniak 4 years ago
parent
commit
4a08832c53
  1. 2
      .github/workflows/browser_tests.yml

2
.github/workflows/browser_tests.yml

@ -49,7 +49,7 @@ jobs:
run: cp .github/config-test.inc.php config/config-test.inc.php run: cp .github/config-test.inc.php config/config-test.inc.php
- name: Setup NPM deps - name: Setup NPM deps
- run: |
run: |
npm install --force -g less npm install --force -g less
npm install --force -g less-plugin-clean-css npm install --force -g less-plugin-clean-css
npm install --force -g uglify-js npm install --force -g uglify-js

Loading…
Cancel
Save