Skip to content

Commit 3d83651

Browse files
ci: speed up ci pipeline
1 parent 43e2077 commit 3d83651

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-22.04
2929
strategy:
3030
fail-fast: false
31-
max-parallel: 3
31+
max-parallel: 5
3232
matrix:
3333
config:
3434
- os: "debian11"
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-22.04
7070
strategy:
7171
fail-fast: false
72-
max-parallel: 3
72+
max-parallel: 5
7373
matrix:
7474
config:
7575
- os: "debian11"
@@ -89,7 +89,7 @@ jobs:
8989
python-version: '3.x'
9090

9191
- name: Install test dependencies
92-
run: pip3 install ansible docker molecule molecule-plugins[docker] "requests<2.29.2"
92+
run: pip3 install ansible docker molecule molecule-plugins[docker] "requests<2.29.2" jmespath
9393

9494
- name: Run Molecule tests -
9595
run: molecule test --scenario-name org

0 commit comments

Comments
 (0)