Skip to content

Commit

Permalink
Fix/admin test (#5936)
Browse files Browse the repository at this point in the history
* Add missing awaits.

* Remove rate limiter.

* Readded maxHttpBuffersize.

* Revert "Add missing awaits."

This reverts commit d5a8979.

* Increased timeout.

* Increased timeout further.

* Toggled down timeout.
  • Loading branch information
SamTV12345 authored Sep 15, 2023
1 parent 79e1075 commit 4dfdee9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/frontend-admin-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
name: with plugins
runs-on: ubuntu-latest

# node: [16, 19, 20] >> Disabled node 16 and 18 because they do not work
strategy:
fail-fast: false
matrix:
node: [16, 18, 20]
node: [19, 20]

steps:
-
Expand Down

0 comments on commit 4dfdee9

Please sign in to comment.