Skip to content

Commit

Permalink
feat(ci): add run for jupyter-system Molecule scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
koralowiec committed Feb 8, 2024
1 parent 432ff51 commit 416a6ed
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,16 @@ jobs:
include:
- distro: ubuntu2004
ansible-version: '>=2.11.5'
scenario: 'default'
- distro: ubuntu2204
ansible-version: '>=2.11.5'
scenario: 'default'
- distro: ubuntu2204
ansible-version: '>=2.11.5'
scenario: 'jupyter-system'
- distro: rockylinux8
ansible-version: '>=2.11.5'
scenario: 'default'

steps:
- name: Check out the codebase
Expand All @@ -65,7 +71,7 @@ jobs:

- name: Run Molecule tests
run: |
molecule test
molecule test -s "${{ matrix.scenario }}"
env:
ANSIBLE_FORCE_COLOR: '1'
ANSIBLE_VERBOSITY: '2'
Expand Down

0 comments on commit 416a6ed

Please sign in to comment.