Skip to content
Snippets Groups Projects

Added molecule tests for 'test' role

1 file
+ 6
5
Compare changes
  • Side-by-side
  • Inline
+ 6
5
@@ -144,13 +144,14 @@ molecule-test:
before_script:
# - apt-get update && apt-get install -y python3-pip && apt-get clean && rm -rf /var/lib/apt/lists/*
- apk add --no-cache python3 py3-pip
- pip3 install -r ci-cd/requirements.txt
- pip3 install --upgrade molecule molecule-docker
- pip3 install --user "molecule-plugins[docker]"
- pip install -r ci-cd/requirements.txt
# - pip3 install -r ci-cd/requirements.txt
# - pip3 install --upgrade molecule molecule-docker
# - pip3 install --user "molecule-plugins[docker]"
script:
- echo "Running ansible-lint tests at the role-> 'test'"
- cd roles/test
- molecule test
# - cd roles/test
# - molecule test
allow_failure: false
# molecule-test:
Loading