Skip to content

Commit

Permalink
Also do this for the run without plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Sep 14, 2023
1 parent f6f7055 commit a0d8ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down

0 comments on commit a0d8ef3

Please sign in to comment.