We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e2077 commit 3d83651Copy full SHA for 3d83651
.github/workflows/tests.yml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ubuntu-22.04
29
strategy:
30
fail-fast: false
31
- max-parallel: 3
+ max-parallel: 5
32
matrix:
33
config:
34
- os: "debian11"
@@ -69,7 +69,7 @@ jobs:
69
70
71
72
73
74
75
@@ -89,7 +89,7 @@ jobs:
89
python-version: '3.x'
90
91
- name: Install test dependencies
92
- run: pip3 install ansible docker molecule molecule-plugins[docker] "requests<2.29.2"
+ run: pip3 install ansible docker molecule molecule-plugins[docker] "requests<2.29.2" jmespath
93
94
- name: Run Molecule tests -
95
run: molecule test --scenario-name org
0 commit comments