File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 2525 required : false
2626 type : string
2727 default : kernelkit/infix
28+ ninepm-conf :
29+ required : false
30+ type : string
31+ default : ' '
2832
2933env :
3034 FLV : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.flavor || inputs.flavor }}
3135 INFIX_REPO : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.infix_repo || inputs.infix_repo }}
36+ NINEPM_CONF : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.ninepm-conf || inputs.ninepm-conf }}
3237
3338jobs :
3439 test :
7782
7883 - name : Regression Test x86_64${{ steps.vars.outputs.flv }}
7984 run : |
85+ if [ -n "$NINEPM_CONF" ]; then
86+ export NINEPM_PROJ_CONFIG="${GITHUB_WORKSPACE}/$NINEPM_CONF"
87+ echo "DEBUG: NINEPM_PROJ_CONFIG is '$NINEPM_PROJ_CONFIG'"
88+ fi
8089 make test
8190
8291 - name : Publish Test Result for x86_64${{ steps.vars.outputs.flv }}
You can’t perform that action at this time.
0 commit comments