Fixed frontend-admin.yml

This commit is contained in:
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

View file

@ -70,9 +70,6 @@ jobs:
name: Disable import/export rate limiting name: Disable import/export rate limiting
run: | run: |
sed -e '/^ *"importExportRateLimiting":/,/^ *\}/ s/"max":.*/"max": 1000000/' -i settings.json 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 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 run: mv src/tests/frontend/specs/* /tmp && mv /tmp/admin*.js src/tests/frontend/specs