Skip to content

Commit

Permalink
Change scenario name to systemd_enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Saki committed Aug 21, 2023
1 parent b922f61 commit 066a781
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
matrix:
scenario:
- default
- systemd-enabled
- systemd_enabled
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ repos:
hooks:
- id: bandit
# Bandit complains about the use of assert() in tests
exclude: molecule/(default|systemd-enabled)/tests
exclude: molecule/(default|systemd_enabled)/tests
args:
- --config=.bandit.yml
- repo: https://github.com/psf/black
Expand Down
2 changes: 1 addition & 1 deletion molecule/systemd_enabled/molecule-with-systemd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ platforms:
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
scenario:
name: systemd-enabled
name: systemd_enabled
verifier:
name: testinfra

0 comments on commit 066a781

Please sign in to comment.