Skip to content

Commit

Permalink
Temporary fix for molecule
Browse files Browse the repository at this point in the history
To be removed after the fix is released, see
ansible/molecule#3409
  • Loading branch information
giner committed Feb 1, 2022
1 parent 5f0450f commit c733cdc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
schedule:
- cron: "17 5 * * 2"

defaults: # TODO: Remove after the fix is released, see
run: # https://github.com/ansible-community/molecule/pull/3409
working-directory: 'giner.barman' #

jobs:
molecule:
name: Molecule test
Expand All @@ -27,6 +31,8 @@ jobs:
steps:
- name: Check out
uses: actions/checkout@v2
with: # TODO: Remove after the fix is released, see
path: 'giner.barman' # https://github.com/ansible-community/molecule/pull/3409
- name: Set up Python 3
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit c733cdc

Please sign in to comment.