diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 2256ae3..746e1d3 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -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: diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index a8000a1..9076878 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -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