mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
Also do this for the run without plugins.
This commit is contained in:
parent
f6f705512a
commit
a0d8ef3745
1 changed files with 1 additions and 1 deletions
2
.github/workflows/frontend-tests.yml
vendored
2
.github/workflows/frontend-tests.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
|||
-
|
||||
name: Disable import/export rate limiting
|
||||
run: |
|
||||
sed -e '/^ *"importExportRateLimiting":/,/^ *\}/ s/"max":.*/"max": 0/' -i settings.json
|
||||
sed -e '/^ *"importExportRateLimiting":/,/^ *\}/ s/"max":.*/"max": 100000000/' -i settings.json
|
||||
-
|
||||
uses: saucelabs/sauce-connect-action@v2.3.4
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue