Skip to content

Commit

Permalink
Make tests reflect new scenario situation
Browse files Browse the repository at this point in the history
Test scenarios were all renamed to default, podman was dropped for now
  • Loading branch information
wzzrd committed Feb 24, 2024
1 parent 705fe21 commit a25acf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-and-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: gofrolist/molecule-action@v2
with:
molecule_working_dir: ${{ github.repository }}/roles/atuin_client
molecule_args: --scenario-name docker --driver-name docker
molecule_args: --driver-name docker
env:
ANSIBLE_FORCE_COLOR: '1'

Expand All @@ -37,7 +37,7 @@ jobs:
uses: gofrolist/molecule-action@v2
with:
molecule_working_dir: ${{ github.repository }}/roles/atuin_server
molecule_args: --scenario-name default --driver-name docker
molecule_args: --driver-name docker
env:
ANSIBLE_FORCE_COLOR: '1'

Expand Down

0 comments on commit a25acf5

Please sign in to comment.