Skip to content

Commit

Permalink
driver-name instead of driver?
Browse files Browse the repository at this point in the history
  • Loading branch information
wzzrd committed Feb 16, 2024
1 parent 5facfc2 commit cd95c59
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ jobs:
uses: actions/checkout@v4
with:
path: "${{ github.repository }}"
- uses: gofrolist/molecule-action@v2
- name: Run molecule tests for atuin_client role
uses: gofrolist/molecule-action@v2
with:
molecule_working_dir: ${{ github.repository }}/roles/atuin_client
molecule_args: --scenario-name docker
env:
ANSIBLE_FORCE_COLOR: '1'
- uses: gofrolist/molecule-action@v2
- name: Run molecule tests for atuin_server role
uses: gofrolist/molecule-action@v2
with:
molecule_working_dir: ${{ github.repository }}/roles/atuin_server
molecule_args: --scenario-name default --driver docker
molecule_args: --scenario-name default --driver-name docker
env:
ANSIBLE_FORCE_COLOR: '1'

0 comments on commit cd95c59

Please sign in to comment.