Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Jul 12, 2024
1 parent 4afecca commit 0a1ac5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ jobs:
- name: Setup environment
uses: ./.github/workflows/composite-action
- name: Run molecule
run: molecule test
run: |
source .venv/bin/activate
molecule test
env:
PY_COLORS: "1"
ANSIBLE_FORCE_COLOR: "1"
Expand Down

0 comments on commit 0a1ac5d

Please sign in to comment.