We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4006cfc commit 61f5d62Copy full SHA for 61f5d62
.circleci/config.yml
@@ -36,7 +36,7 @@ jobs:
36
echo 'No alternative test'
37
fi
38
- run: |
39
- if [[ -z "${CIRCLE_PULL_REQUEST}" ]]; then
+ if [[ -z "${CIRCLE_PULL_REQUEST}" ]] && [[ -d 'molecule/latest' ]]; then
40
molecule test -s latest --destroy never
41
else
42
echo 'Not running latest on PR'
0 commit comments