mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
chore(build): reduce the number of containers
This commit is contained in:
parent
f4161fc567
commit
53b64b6837
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
containers: [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ]
|
||||
containers: [ 1, 2 ]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue