File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 description : Oauth client id part of the authorization for the operations API
6161 required : true
6262 type : string
63- SKIP_TEST :
63+ SKIP_TESTS :
6464 description : The skip test parameter is useful for DEV environment deployments, not advised for QA and PROD.
6565 required : false
6666 type : boolean
8080 uses : ./.github/workflows/build-test.yml
8181 name : Build & Test
8282 with :
83- SKIP_TEST : ${{ inputs.SKIP_TEST }}
83+ SKIP_TESTS : ${{ inputs.SKIP_TESTS }}
8484
8585 create-artifact-repo :
8686 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2323 TF_APPLY : true
2424 VALIDATOR_ENDPOINT : https://stg-gtfs-validator-web-mbzoxaljzq-ue.a.run.app
2525 OPERATIONS_OAUTH2_CLIENT_ID_1PASSWORD : " op://rbiv7rvkkrsdlpcrz3bmv7nmcu/GCP_RETOOL_OAUTH2_CREDS/username"
26- SKIP_TEST : true
26+ SKIP_TESTS : true
2727 secrets :
2828 GCP_MOBILITY_FEEDS_SA_KEY : ${{ secrets.DEV_GCP_MOBILITY_FEEDS_SA_KEY }}
2929 OAUTH2_CLIENT_ID : ${{ secrets.DEV_MOBILITY_FEEDS_OAUTH2_CLIENT_ID}}
Original file line number Diff line number Diff line change 99 - " .github/workflows/web-*.yml"
1010 workflow_call :
1111 inputs :
12- SKIP_TEST :
12+ SKIP_TESTS :
1313 description : The skip test parameter is useful for DEV environment deployments, not advised for QA and PROD.
1414 required : false
1515 type : boolean
1818env :
1919 python_version : ' 3.11'
2020 java_version : ' 11' # needed by setup-openapi-generator.sh
21- SKIP_TESTS : ${{ inputs.SKIP_TEST || false }}
21+ SKIP_TESTS : ${{ github.event_name == 'workflow_call' && inputs.SKIP_TESTS || false }}
2222
2323jobs :
2424 build-test :
You can’t perform that action at this time.
0 commit comments