Skip to content

Commit

Permalink
Merge pull request #130 from woocommerce/tweak/run-qit-extension-ids
Browse files Browse the repository at this point in the history
Remove the unused step `id` from the `run-qit-extension` action
  • Loading branch information
eason9487 committed May 14, 2024
1 parent 7e828d5 commit 4bfc1b7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/github-actions/actions/run-qit-extension/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ runs:
--qit_token='${{ inputs.qit-partner-secret }}'
- name: Activation test
id: activation
if: ${{ inputs.test-activation == 'true' }}
uses: woocommerce/grow/run-qit-annotate@actions-v1
with:
Expand All @@ -103,7 +102,6 @@ runs:
options: ${{ inputs.options }}

- name: Security test
id: security
if: ${{ inputs.test-security == 'true' }}
uses: woocommerce/grow/run-qit-annotate@actions-v1
with:
Expand All @@ -115,7 +113,6 @@ runs:
options: ${{ inputs.options }}

- name: PHPStan test
id: phpstan
if: ${{ inputs.test-phpstan == 'true' }}
uses: woocommerce/grow/run-qit-annotate@actions-v1
with:
Expand All @@ -127,7 +124,6 @@ runs:
options: ${{ inputs.options }}

- name: API test
id: api
if: ${{ inputs.test-api == 'true' }}
uses: woocommerce/grow/run-qit-annotate@actions-v1
with:
Expand All @@ -139,7 +135,6 @@ runs:
options: ${{ inputs.options }}

- name: E2E test
id: e2e
if: ${{ inputs.test-e2e == 'true' }}
uses: woocommerce/grow/run-qit-annotate@actions-v1
with:
Expand Down

0 comments on commit 4bfc1b7

Please sign in to comment.