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 85e53a5 commit 48c5db7Copy full SHA for 48c5db7
molecule/default/tests/test_git.yml
@@ -0,0 +1,4 @@
1
+---
2
+command:
3
+ git --version:
4
+ exit-status: 0
molecule/default/verify.yml
@@ -37,6 +37,8 @@
37
register: test_files
38
39
- name: Execute Goss tests
40
+ environment:
41
+ PATH: '/opt/rh/rh-git218/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
42
command: "{{ goss_dst }} -g {{ item }} validate -f {{ goss_format }}"
43
register: test_results
44
with_items: "{{ test_files.stdout_lines }}"
0 commit comments