Skip to content

Commit

Permalink
Merge pull request #127 from woocommerce/24-05/rename-test-type
Browse files Browse the repository at this point in the history
Update QIT test types `api` and `e2e` for the `run-qit-extension` action to align with the renamed types
  • Loading branch information
Luc45 authored and eason9487 committed May 13, 2024
1 parent 871e1a6 commit 4e8ac24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/github-actions/actions/run-qit-extension/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ runs:
if: ${{ inputs.test-api == 'true' }}
uses: woocommerce/grow/run-qit-annotate@actions-v1
with:
type: api
type: woo-api
extension: ${{ inputs.extension }}
extension-file: ${{ env.dev_build }}
wait: ${{ inputs.wait }}
Expand All @@ -143,7 +143,7 @@ runs:
if: ${{ inputs.test-e2e == 'true' }}
uses: woocommerce/grow/run-qit-annotate@actions-v1
with:
type: e2e
type: woo-e2e
extension: ${{ inputs.extension }}
extension-file: ${{ env.dev_build }}
wait: ${{ inputs.wait }}
Expand Down

0 comments on commit 4e8ac24

Please sign in to comment.