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 432ff51 commit 416a6edCopy full SHA for 416a6ed
.github/workflows/ci.yml
@@ -44,10 +44,16 @@ jobs:
44
include:
45
- distro: ubuntu2004
46
ansible-version: '>=2.11.5'
47
+ scenario: 'default'
48
- distro: ubuntu2204
49
50
51
+ - distro: ubuntu2204
52
+ ansible-version: '>=2.11.5'
53
+ scenario: 'jupyter-system'
54
- distro: rockylinux8
55
56
57
58
steps:
59
- name: Check out the codebase
@@ -65,7 +71,7 @@ jobs:
65
71
66
72
- name: Run Molecule tests
67
73
run: |
68
- molecule test
74
+ molecule test -s "${{ matrix.scenario }}"
69
75
env:
70
76
ANSIBLE_FORCE_COLOR: '1'
77
ANSIBLE_VERBOSITY: '2'
0 commit comments