File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
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
- sanity_includes :
12
+ root_permission_varname :
13
13
required : false
14
14
type : string
15
15
default : " []"
@@ -213,11 +213,12 @@ jobs:
213
213
- name : Run molecule test
214
214
run : |
215
215
molecule --version
216
- molecule test -s ${{ matrix.molecule_test }}
216
+ molecule test -e ${{ inputs.root_permission_varname }}=false - s ${{ matrix.molecule_test }}
217
217
working-directory : ./ansible_collections/${{ inputs.fqcn }}
218
218
env :
219
219
ANSIBLE_VERBOSITY : ${{ inputs.debug_verbosity }}
220
- PROD_JBOSSNETWORK_API_CLIENTID : ' ${{ secrets.PROD_JBOSSNETWORK_API_CLIENTID }}'
220
+ :$
221
+ PROD_JBOSSNETWORK_API_CLIENTID : ' ${{ secrets.PROD_JBOSSNETWORK_API_CLIENTID }}'
221
222
PROD_JBOSSNETWORK_API_SECRET : ' ${{ secrets.PROD_JBOSSNETWORK_API_SECRET }}'
222
223
STAGE_JBOSSNETWORK_API_CLIENTID : ' ${{ secrets.STAGE_JBOSSNETWORK_API_CLIENTID }}'
223
224
STAGE_JBOSSNETWORK_API_SECRET : ' ${{ secrets.STAGE_JBOSSNETWORK_API_SECRET }}'
You can’t perform that action at this time.
0 commit comments