mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
derp
This commit is contained in:
parent
f6285e10e0
commit
d8ec9309d5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/frontend-tests.yml
vendored
4
.github/workflows/frontend-tests.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
- name: Write custom settings.json with loglevel WARN and minify true
|
- name: Write custom settings.json with loglevel WARN and minify true
|
||||||
run: |
|
run: |
|
||||||
"sed 's/\"loglevel\": \"INFO\",/\"loglevel\": \"WARN\",/' < settings.json.template > settings.json"
|
"sed 's/\"loglevel\": \"INFO\",/\"loglevel\": \"WARN\",/' < settings.json.template > settings.json"
|
||||||
"sed -i 's/\"minify\": \"true\",/\"minify\": \"false\",/' settings.json"
|
# "sed -i 's/\"minify\": \"true\",/\"minify\": \"false\",/' settings.json"
|
||||||
|
|
||||||
- name: Run the frontend tests
|
- name: Run the frontend tests
|
||||||
shell: bash
|
shell: bash
|
||||||
|
@ -90,7 +90,7 @@ jobs:
|
||||||
- name: Write custom settings.json with loglevel WARN and minify true
|
- name: Write custom settings.json with loglevel WARN and minify true
|
||||||
run: |
|
run: |
|
||||||
"sed 's/\"loglevel\": \"INFO\",/\"loglevel\": \"WARN\",/' < settings.json.template > settings.json.loglevel"
|
"sed 's/\"loglevel\": \"INFO\",/\"loglevel\": \"WARN\",/' < settings.json.template > settings.json.loglevel"
|
||||||
"sed -i 's/\"minify\": \"true\",/\"minify\": \"false\",/' settings.json"
|
# "sed -i 's/\"minify\": \"true\",/\"minify\": \"false\",/' settings.json"
|
||||||
|
|
||||||
# XXX we should probably run all tests, because plugins could effect their results
|
# XXX we should probably run all tests, because plugins could effect their results
|
||||||
- name: Remove standard frontend test files, so only plugin tests are run
|
- name: Remove standard frontend test files, so only plugin tests are run
|
||||||
|
|
Loading…
Reference in a new issue