commit | 77f2686142568b12dcbea50db03928f6b8ec5673 | [log] [tgz] |
---|---|---|
author | Suraj Shetty <surajshetty3416@gmail.com> | Tue May 11 10:09:06 2021 +0530 |
committer | Suraj Shetty <surajshetty3416@gmail.com> | Fri May 28 09:10:34 2021 +0530 |
tree | 91097e6213adeecfd44f4cbeca44fa3e25aefc9c | |
parent | b9a8afc234b2a1647bc66e647d136b87d684f22a [diff] |
ci: Use only 3 containers for now
diff --git a/.github/workflows/server-tests.yml b/.github/workflows/server-tests.yml index bd60081..6597048 100644 --- a/.github/workflows/server-tests.yml +++ b/.github/workflows/server-tests.yml
@@ -10,7 +10,7 @@ fail-fast: false matrix: - container: [1, 2, 3, 4] + container: [1, 2, 3] name: Server Tests