File tree Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 27
27
uses : actions/checkout@v2
28
28
- name : Prepare tests
29
29
run : pip install -r requirements.txt
30
- - name : Run tests
31
- run : |
32
- molecule test
33
- AUTH_STATE=enabled molecule test
34
- molecule test -s cluster
35
- AUTH_STATE=enabled molecule test -s cluster
30
+ - name : Run default test
31
+ run : molecule test
32
+ - name : Run default test with enabled authentication
33
+ run : AUTH_STATE=enabled molecule test
34
+ - name : Run cluster test
35
+ run : molecule test -s cluster
36
+ - name : Run cluster test with enabled authentication
37
+ run : AUTH_STATE=enabled molecule test -s cluster
Original file line number Diff line number Diff line change 33
33
uses : actions/checkout@v2
34
34
- name : Prepare tests
35
35
run : pip install -r requirements.txt
36
- - name : Run tests
37
- run : |
38
- molecule test
39
- AUTH_STATE=enabled molecule test
40
- molecule test -s cluster
41
- AUTH_STATE=enabled molecule test -s cluster
36
+ - name : Run default test
37
+ run : molecule test
38
+ - name : Run default test with enabled authentication
39
+ run : AUTH_STATE=enabled molecule test
40
+ - name : Run cluster test
41
+ run : molecule test -s cluster
42
+ - name : Run cluster test with enabled authentication
43
+ run : AUTH_STATE=enabled molecule test -s cluster
You can’t perform that action at this time.
0 commit comments