Fixed frontend-admin.yml

pull/5932/head
SamTV12345 2023-09-14 16:47:30 +02:00 committed by GitHub
parent 1b01f01ca3
commit 239bc2d426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -70,9 +70,6 @@ jobs:
name: Disable import/export rate limiting
run: |
sed -e '/^ *"importExportRateLimiting":/,/^ *\}/ s/"max":.*/"max": 1000000/' -i settings.json
-
name: Increase express-rate-limit
run:
-
name: Remove standard frontend test files, so only admin tests are run
run: mv src/tests/frontend/specs/* /tmp && mv /tmp/admin*.js src/tests/frontend/specs