Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bulch committed Jul 22, 2024
1 parent afadf80 commit d1bafcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name: CI
branches:
- master
- develop
schedule:
- cron: "0 7 * * 0"
# schedule:

Check warning on line 10 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Lint

10:3 [comments-indentation] comment not indented like content
# - cron: "0 7 * * 0"

defaults:
run:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
run: echo "qwerty" > .vault_password

- name: Run Molecule tests.
run: molecule test --all
run: molecule --debug test --all
env:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'
Expand Down

0 comments on commit d1bafcd

Please sign in to comment.