File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 9
9
molecule_tests :
10
10
required : true
11
11
type : string
12
+ root_permission_varname :
13
+ required : false
14
+ type : string
12
15
sanity_includes :
13
16
required : false
14
17
type : string
@@ -213,11 +216,12 @@ jobs:
213
216
- name : Run molecule test
214
217
run : |
215
218
molecule --version
216
- molecule test -s ${{ matrix.molecule_test }}
219
+ molecule test -e ${{ inputs.root_permission_varname }}=false - s ${{ matrix.molecule_test }}
217
220
working-directory : ./ansible_collections/${{ inputs.fqcn }}
218
221
env :
219
222
ANSIBLE_VERBOSITY : ${{ inputs.debug_verbosity }}
220
- PROD_JBOSSNETWORK_API_CLIENTID : ' ${{ secrets.PROD_JBOSSNETWORK_API_CLIENTID }}'
223
+ :$
224
+ PROD_JBOSSNETWORK_API_CLIENTID : ' ${{ secrets.PROD_JBOSSNETWORK_API_CLIENTID }}'
221
225
PROD_JBOSSNETWORK_API_SECRET : ' ${{ secrets.PROD_JBOSSNETWORK_API_SECRET }}'
222
226
STAGE_JBOSSNETWORK_API_CLIENTID : ' ${{ secrets.STAGE_JBOSSNETWORK_API_CLIENTID }}'
223
227
STAGE_JBOSSNETWORK_API_SECRET : ' ${{ secrets.STAGE_JBOSSNETWORK_API_SECRET }}'
You can’t perform that action at this time.
0 commit comments