Skip to content

Commit

Permalink
fix scenario name
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Feb 1, 2024
1 parent 8fa8f39 commit 5a1650c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
run: sudo poetry install --no-interaction --with dev

- name: Run Molecule
run: sudo poetry run molecule test -s ${{ matrix.scenario }}
run: sudo poetry run molecule test -s aio
env:
ATMOSPHERE_NETWORK_BACKEND: ${{ matrix.network_backend }}

0 comments on commit 5a1650c

Please sign in to comment.