Skip to content

Commit

Permalink
run-on only supports ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
dlundgren committed May 17, 2024
1 parent a40e8dd commit 188fdcb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
test:
needs:
- lint
runs-on: robertdebock/github-action-molecule:6.0.1
runs-on: ubuntu
strategy:
fail-fast: false
matrix:
Expand All @@ -33,6 +33,12 @@ jobs:
uses: actions/checkout@v4
with:
path: "${{ github.repository }}"
- name: Set up Python 3.
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install test dependencies.
run: pip3 install ansible molecule-docker docker
- name: molecule
run: molecule test
env:
Expand Down

0 comments on commit 188fdcb

Please sign in to comment.