Skip to content

Commit

Permalink
remove version - add plan id
Browse files Browse the repository at this point in the history
  • Loading branch information
acosta434 committed Dec 4, 2023
1 parent f905776 commit 18b7a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ jobs:
shell: bash
env:
TCMS_PREFIX: "Vocable Android 2022"
# TCMS_PLAN_ID - if defined will create test runs under this TestPlan
TCMS_PLAN_ID - "8"
# TCMS_PARENT_PLAN - if defined newly created TestPlan will be a child of this one
# TCMS_RUN_ID - if defined will report results to this TestRun
TCMS_PRODUCT: "Vocable Android"
TCMS_PRODUCT_VERSION: "1.4"
# TCMS_PRODUCT_VERSION: "1.4"
TCMS_BUILD: ${{ github.sha }}

- name: Assemble Debug Variant
Expand Down

0 comments on commit 18b7a0d

Please sign in to comment.