Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasPammer committed Feb 10, 2024
1 parent b7351fa commit 9d6697a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,15 @@ jobs:

- name: Install test dependencies.
run: pip3 install -r requirements-dev.txt
working-directory: "${{ github.repository }}"

- name: Run Molecule tests (normal).
run: tox
env:
TOX_SKIP_ENV: pre-commit
TOX_PARALLEL_NO_SPINNER: 1
MOLECULE_DISTRO: ${{ matrix.distro }}
working-directory: "${{ github.repository }}"
if: github.event_name != 'workflow_dispatch'

- name: Run Molecule tests (debug).
Expand All @@ -171,6 +173,7 @@ jobs:
TOX_PARALLEL_NO_SPINNER: 1
MOLECULE_DESTROY: never
MOLECULE_DISTRO: ${{ matrix.distro }}
working-directory: "${{ github.repository }}"
if: env.WORKFLOW_DISPATCH_IF == 'true'

- name: Upload output of /molecule/resources/debug.yml as CI Artifact
Expand Down

0 comments on commit 9d6697a

Please sign in to comment.