Skip to content

Commit

Permalink
Add missing action configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Oct 31, 2023
1 parent 947f25d commit 43fc5c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
- name: Debug test environment
run: make debug

- name: Install role requirements
run: make requirements

- name: Run molecule tests.
run: make test
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: List all changed files
uses: tj-actions/changed-files@v40
with:
since_last_remote_commit: true
files: galaxy.yml
id: check

Expand Down

0 comments on commit 43fc5c6

Please sign in to comment.