Skip to content

Commit

Permalink
switch to converge
Browse files Browse the repository at this point in the history
  • Loading branch information
bissquit committed May 29, 2024
1 parent dbf49c8 commit 9c6b086
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
name: "Run tests"
# cgroup version shouldn't be cgroup2fs, check:
# stat -c %T -f /sys/fs/cgroup
runs-on: ubuntu-20.04
#runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand All @@ -58,7 +59,7 @@ jobs:
make init
- name: Run tests
run: |
molecule test --scenario-name "${{ matrix.scenario }}"
molecule converge --scenario-name "${{ matrix.scenario }}"
env:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'
Expand Down

0 comments on commit 9c6b086

Please sign in to comment.