Skip to content

Commit 9a53fed

Browse files
committed
reduce number of test runs
1 parent cc62dbd commit 9a53fed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/testcontainers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
run: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]
15+
run: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
1616
steps:
1717
- name: 🔧 Configure docker address pool
1818
run: |

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: "🧪 Unit Tests"
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: 🔧 Configure docker address pool
11+
- name: 🔧 Configure docker
1212
run: |
1313
CONFIG='{
1414
"default-address-pools" : [

0 commit comments

Comments
 (0)