File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -29,22 +29,22 @@ jobs:
29
29
- name : Prepare tests
30
30
run : pip install -r requirements.txt
31
31
- name : Run default test
32
- run : molecule test
32
+ run : export "PATH=/home/runner/.local/bin:$PATH" && molecule test
33
33
env :
34
34
PY_COLORS : ' 1'
35
35
ANSIBLE_FORCE_COLOR : ' 1'
36
36
- name : Run default test with enabled authentication
37
- run : AUTH_STATE=enabled molecule test
37
+ run : export "PATH=/home/runner/.local/bin:$PATH" && AUTH_STATE=enabled molecule test
38
38
env :
39
39
PY_COLORS : ' 1'
40
40
ANSIBLE_FORCE_COLOR : ' 1'
41
41
- name : Run cluster test
42
- run : molecule test -s cluster
42
+ run : export "PATH=/home/runner/.local/bin:$PATH" && molecule test -s cluster
43
43
env :
44
44
PY_COLORS : ' 1'
45
45
ANSIBLE_FORCE_COLOR : ' 1'
46
46
- name : Run cluster test with enabled authentication
47
- run : AUTH_STATE=enabled molecule test -s cluster
47
+ run : export "PATH=/home/runner/.local/bin:$PATH" && AUTH_STATE=enabled molecule test -s cluster
48
48
env :
49
49
PY_COLORS : ' 1'
50
50
ANSIBLE_FORCE_COLOR : ' 1'
Original file line number Diff line number Diff line change @@ -30,22 +30,22 @@ jobs:
30
30
- name : Prepare tests
31
31
run : pip install -r requirements.txt
32
32
- name : Run default test
33
- run : molecule test
33
+ run : export "PATH=/home/runner/.local/bin:$PATH" && molecule test
34
34
env :
35
35
PY_COLORS : ' 1'
36
36
ANSIBLE_FORCE_COLOR : ' 1'
37
37
- name : Run default test with enabled authentication
38
- run : AUTH_STATE=enabled molecule test
38
+ run : export "PATH=/home/runner/.local/bin:$PATH" && AUTH_STATE=enabled molecule test
39
39
env :
40
40
PY_COLORS : ' 1'
41
41
ANSIBLE_FORCE_COLOR : ' 1'
42
42
- name : Run cluster test
43
- run : molecule test -s cluster
43
+ run : export "PATH=/home/runner/.local/bin:$PATH" && molecule test -s cluster
44
44
env :
45
45
PY_COLORS : ' 1'
46
46
ANSIBLE_FORCE_COLOR : ' 1'
47
47
- name : Run cluster test with enabled authentication
48
- run : AUTH_STATE=enabled molecule test -s cluster
48
+ run : export "PATH=/home/runner/.local/bin:$PATH" && AUTH_STATE=enabled molecule test -s cluster
49
49
env :
50
50
PY_COLORS : ' 1'
51
51
ANSIBLE_FORCE_COLOR : ' 1'
Original file line number Diff line number Diff line change @@ -35,22 +35,22 @@ jobs:
35
35
- name : Prepare tests
36
36
run : pip install -r requirements.txt
37
37
- name : Run default test
38
- run : molecule test
38
+ run : export "PATH=/home/runner/.local/bin:$PATH" && molecule test
39
39
env :
40
40
PY_COLORS : ' 1'
41
41
ANSIBLE_FORCE_COLOR : ' 1'
42
42
- name : Run default test with enabled authentication
43
- run : AUTH_STATE=enabled molecule test
43
+ run : export "PATH=/home/runner/.local/bin:$PATH" && AUTH_STATE=enabled molecule test
44
44
env :
45
45
PY_COLORS : ' 1'
46
46
ANSIBLE_FORCE_COLOR : ' 1'
47
47
- name : Run cluster test
48
- run : molecule test -s cluster
48
+ run : export "PATH=/home/runner/.local/bin:$PATH" && molecule test -s cluster
49
49
env :
50
50
PY_COLORS : ' 1'
51
51
ANSIBLE_FORCE_COLOR : ' 1'
52
52
- name : Run cluster test with enabled authentication
53
- run : AUTH_STATE=enabled molecule test -s cluster
53
+ run : export "PATH=/home/runner/.local/bin:$PATH" && AUTH_STATE=enabled molecule test -s cluster
54
54
env :
55
55
PY_COLORS : ' 1'
56
56
ANSIBLE_FORCE_COLOR : ' 1'
Original file line number Diff line number Diff line change @@ -32,22 +32,22 @@ jobs:
32
32
- name : Prepare tests
33
33
run : pip install -r requirements.txt
34
34
- name : Run default test
35
- run : molecule test
35
+ run : export "PATH=/home/runner/.local/bin:$PATH" && molecule test
36
36
env :
37
37
PY_COLORS : ' 1'
38
38
ANSIBLE_FORCE_COLOR : ' 1'
39
39
- name : Run default test with enabled authentication
40
- run : AUTH_STATE=enabled molecule test
40
+ run : export "PATH=/home/runner/.local/bin:$PATH" && AUTH_STATE=enabled molecule test
41
41
env :
42
42
PY_COLORS : ' 1'
43
43
ANSIBLE_FORCE_COLOR : ' 1'
44
44
- name : Run cluster test
45
- run : molecule test -s cluster
45
+ run : export "PATH=/home/runner/.local/bin:$PATH" && molecule test -s cluster
46
46
env :
47
47
PY_COLORS : ' 1'
48
48
ANSIBLE_FORCE_COLOR : ' 1'
49
49
- name : Run cluster test with enabled authentication
50
- run : AUTH_STATE=enabled molecule test -s cluster
50
+ run : export "PATH=/home/runner/.local/bin:$PATH" && AUTH_STATE=enabled molecule test -s cluster
51
51
env :
52
52
PY_COLORS : ' 1'
53
53
ANSIBLE_FORCE_COLOR : ' 1'
You can’t perform that action at this time.
0 commit comments