We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b01f01 commit 239bc2dCopy full SHA for 239bc2d
.github/workflows/frontend-admin-tests.yml
@@ -70,9 +70,6 @@ jobs:
70
name: Disable import/export rate limiting
71
run: |
72
sed -e '/^ *"importExportRateLimiting":/,/^ *\}/ s/"max":.*/"max": 1000000/' -i settings.json
73
- -
74
- name: Increase express-rate-limit
75
- run:
76
-
77
name: Remove standard frontend test files, so only admin tests are run
78
run: mv src/tests/frontend/specs/* /tmp && mv /tmp/admin*.js src/tests/frontend/specs
0 commit comments