Skip to content

Commit

Permalink
Ansible Generated Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Mar 25, 2024
1 parent 8bef9b3 commit 6a95e82
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,13 @@ jobs:
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
test_role:
needs:
- lint
- test
runs-on: ubuntu-20.04

steps:
- uses: "actions/checkout@master"
- name: Test Role
run: "ansible-galaxy role import --api-key {{ secrets.galaxy_api_key }} buluma ${{ github.repository }}"

0 comments on commit 6a95e82

Please sign in to comment.