chore(build): reduce the number of containers

This commit is contained in:
Phan An 2021-12-06 18:18:39 +01:00
parent f4161fc567
commit 53b64b6837
No known key found for this signature in database
GPG key ID: A81E4477F0BB6FDC

View file

@ -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: