Skip to content

Commit 239bc2d

Browse files
authored
Fixed frontend-admin.yml
1 parent 1b01f01 commit 239bc2d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/frontend-admin-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ jobs:
7070
name: Disable import/export rate limiting
7171
run: |
7272
sed -e '/^ *"importExportRateLimiting":/,/^ *\}/ s/"max":.*/"max": 1000000/' -i settings.json
73-
-
74-
name: Increase express-rate-limit
75-
run:
7673
-
7774
name: Remove standard frontend test files, so only admin tests are run
7875
run: mv src/tests/frontend/specs/* /tmp && mv /tmp/admin*.js src/tests/frontend/specs

0 commit comments

Comments
 (0)