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 14
14
steps :
15
15
- name : Execute Tests
16
16
id : tstExec
17
- uses :
RapidAPI/[email protected] .2
17
+ uses :
RapidAPI/[email protected] .3
18
18
with :
19
19
test : ' YOUR_TEST_ID'
20
20
location : ' AWS-US-WEST-2'
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ function sleep(time) {
30
30
core . group ( 'Execute Test' , async ( ) => {
31
31
// 1. Trigger Test
32
32
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 ;
34
34
const reportUrl = testTrigger . reportUrl ;
35
35
console . log ( testTrigger . message ) ;
36
36
core . setOutput ( "reportUrl" , reportUrl ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " RapidAPI-testing-github-action" ,
3
- "version" : " 1. 0.0" ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments