Skip to content
Snippets Groups Projects
Unverified Commit eed87e95 authored by Ben Kochie's avatar Ben Kochie Committed by GitHub
Browse files

Merge pull request #195 from cloudalchemy/paulfantom/scenario-latest

.circleci: run 'latest' scenario only if available
parents 779cbdfd b641515d
Branches
Tags
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