Skip to content

Commit 416a6ed

Browse files
committed
feat(ci): add run for jupyter-system Molecule scenario
1 parent 432ff51 commit 416a6ed

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,16 @@ jobs:
4444
include:
4545
- distro: ubuntu2004
4646
ansible-version: '>=2.11.5'
47+
scenario: 'default'
4748
- distro: ubuntu2204
4849
ansible-version: '>=2.11.5'
50+
scenario: 'default'
51+
- distro: ubuntu2204
52+
ansible-version: '>=2.11.5'
53+
scenario: 'jupyter-system'
4954
- distro: rockylinux8
5055
ansible-version: '>=2.11.5'
56+
scenario: 'default'
5157

5258
steps:
5359
- name: Check out the codebase
@@ -65,7 +71,7 @@ jobs:
6571

6672
- name: Run Molecule tests
6773
run: |
68-
molecule test
74+
molecule test -s "${{ matrix.scenario }}"
6975
env:
7076
ANSIBLE_FORCE_COLOR: '1'
7177
ANSIBLE_VERBOSITY: '2'

0 commit comments

Comments
 (0)