mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-27 06:11:43 +00:00
Reduce number of e2e containers to 5
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
9fe47b7db0
commit
2fa6479400
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue