Skip to content

Commit 48c5db7

Browse files
committed
Adding basic test
1 parent 85e53a5 commit 48c5db7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
command:
3+
git --version:
4+
exit-status: 0

molecule/default/verify.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
register: test_files
3838

3939
- 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'
4042
command: "{{ goss_dst }} -g {{ item }} validate -f {{ goss_format }}"
4143
register: test_results
4244
with_items: "{{ test_files.stdout_lines }}"

0 commit comments

Comments
 (0)