Skip to content
Snippets Groups Projects
Unverified Commit b641515d authored by Paweł Krupa's avatar Paweł Krupa Committed by GitHub
Browse files

.circleci: run 'latest' scenario only if available

parent 198aaee5
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ jobs:
echo 'No alternative test'
fi
- run: |
if [[ -z "${CIRCLE_PULL_REQUEST}" ]]; then
if [[ -z "${CIRCLE_PULL_REQUEST}" ]] && [[ -d 'molecule/latest' ]]; then
molecule test -s latest --destroy never
else
echo 'Not running latest on PR'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment