Просмотр исходного кода

Install the shared Molecule requirements in CI too

The previous commit moved requirements.txt into molecule-shared/ but left
the workflow installing from the old per-role path, so CI failed on a file
that no longer exists while the local run - which reads the shared file
through bin/molecule.sh - passed.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
pull/5575/head
Slavi Pantaleev 14 часов назад
Родитель
Сommit
51e5d5f482
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      .github/workflows/molecule.yml

+ 1
- 1
.github/workflows/molecule.yml Просмотреть файл

@@ -143,7 +143,7 @@ jobs:
python-version: "3.x"

- name: Install test dependencies
run: python3 -m pip install -r roles/custom/${{ matrix.role }}/molecule/requirements.txt
run: python3 -m pip install -r molecule-shared/requirements.txt

- name: Run Molecule
working-directory: roles/custom/${{ matrix.role }}


Загрузка…
Отмена
Сохранить