Skip to content

Commit 7124fd6

Browse files
authored
Fix API test in 1.5.0 (#64)
1 parent c51e96e commit 7124fd6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/api.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: api
33
on:
44
workflow_call:
55
inputs:
6+
id:
7+
description: Test suite ID
8+
type: string
9+
required: false
10+
default: "be_api"
611
be_url:
712
description: The backend URL for testing
813
type: string
@@ -101,6 +106,8 @@ jobs:
101106
secrets: inherit
102107
with:
103108
workflow_name: BE API
109+
workflow_id: ${{ inputs.id }}
110+
workflow_reusable_name: "run_api_be"
104111
test_type: ":postman:"
105112
test_subtype: ":smoke-test:"
106113
artifact_name: "core-test-report"

0 commit comments

Comments
 (0)