Reduce number of e2e containers to 5

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2022-01-03 12:08:46 +01:00
parent 9fe47b7db0
commit 2fa6479400

View file

@ -73,7 +73,7 @@ jobs:
fail-fast: false
matrix:
browser: [ 'chrome', 'firefox' ]
containers: [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ]
containers: [ 1, 2, 3, 4, 5 ]
steps:
- name: Check out repo
uses: actions/checkout@v2