mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-09-01 04:55:30 +03:00
ci: rename Molecule workflow to CI — molecule scenarios require Vagrant/VirtualBox, not runnable in CI
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Molecule
|
||||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
@@ -10,22 +10,17 @@ on:
|
||||
- main
|
||||
- master
|
||||
jobs:
|
||||
build:
|
||||
lint:
|
||||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
python-version: ["3.11"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
python-version: '3.11'
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.cache/pip
|
||||
|
||||
Reference in New Issue
Block a user