This repository was archived by the owner on Aug 9, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -22,25 +22,20 @@ jobs:
2222 - default
2323 steps :
2424 - name : Check out the codebase
25- if : " !(matrix.scenario == 'default' && github.event.pull_request.head.repo.full_name != github.repository)"
2625 uses : actions/checkout@v2.3.4
2726
2827 - name : Set up Python 3
29- if : " !(matrix.scenario == 'default' && github.event.pull_request.head.repo.full_name != github.repository)"
3028 uses : actions/setup-python@v2.2.2
3129 with :
3230 python-version : 3.x
3331
3432 - name : Install Molecule dependencies
35- if : " !(matrix.scenario == 'default' && github.event.pull_request.head.repo.full_name != github.repository)"
3633 run : pip3 install -r .github/workflows/requirements/requirements_molecule.txt
3734
3835 - name : Install Ansible base dependencies
39- if : " !(contains(matrix.scenario, 'default') && github.event.pull_request.head.repo.full_name != github.repository)"
4036 run : ansible-galaxy install -r .github/workflows/requirements/requirements_ansible.yml
4137
4238 - name : Run Molecule tests
43- if : " !(matrix.scenario == 'default' && github.event.pull_request.head.repo.full_name != github.repository)"
4439 run : molecule test -s ${{ matrix.scenario }}
4540 env :
4641 PY_COLORS : " 1"
You can’t perform that action at this time.
0 commit comments