Skip to content

Commit

Permalink
Fix CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed Oct 24, 2023
1 parent 1dd253d commit 310cccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
roles:
- 'playbooks/roles/**/**'
- name: Debug
run: echo ${{ steps.changed-files-yaml.outputs.all_changed_files }}
run: echo ${{ steps.changed-files-yaml.outputs.playbooks_all_changed_files }}
outputs:
matrix: ${{ steps.changed-files-yaml.outputs.all_changed_files }}
matrix: ${{ steps.changed-files-yaml.outputs.playbooks_all_changed_files }}
molecule:
needs: provide_scenarios
runs-on: ubuntu-latest
Expand Down

0 comments on commit 310cccc

Please sign in to comment.