File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 steps :
1515 - name : Execute Tests
1616 id : tstExec
17- uses : RapidAPI/gh-api-testing-trigger@v0.0.2
17+ uses : RapidAPI/gh-api-testing-trigger@v0.0.3
1818 with :
1919 test : ' YOUR_TEST_ID'
2020 location : ' AWS-US-WEST-2'
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ function sleep(time) {
3030core . group ( 'Execute Test' , async ( ) => {
3131 // 1. Trigger Test
3232 const envString = ENVIRONMENT ? `&enviroment=${ ENVIRONMENT } ` : '' ;
33- const testTrigger = ( await axios . get ( `${ API_URL } /test/${ TEST_ID } /execute?location=${ LOCATION } ${ envString } ` ) ) . data ;
33+ const testTrigger = ( await axios . get ( `${ API_URL } /test/${ TEST_ID } /execute?source=gh_action& location=${ LOCATION } ${ envString } ` ) ) . data ;
3434 const reportUrl = testTrigger . reportUrl ;
3535 console . log ( testTrigger . message ) ;
3636 core . setOutput ( "reportUrl" , reportUrl ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " RapidAPI-testing-github-action" ,
3- "version" : " 1. 0.0" ,
3+ "version" : " 0.0.3 " ,
44 "description" : " " ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments