From 4e8ac24c051e5435a26edda1836beb7742e6ff6e Mon Sep 17 00:00:00 2001 From: Lucas Date: Fri, 10 May 2024 16:46:35 +0100 Subject: [PATCH] Merge pull request #127 from woocommerce/24-05/rename-test-type Update QIT test types `api` and `e2e` for the `run-qit-extension` action to align with the renamed types --- packages/github-actions/actions/run-qit-extension/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/github-actions/actions/run-qit-extension/action.yml b/packages/github-actions/actions/run-qit-extension/action.yml index c9403d77..b91f8f0d 100644 --- a/packages/github-actions/actions/run-qit-extension/action.yml +++ b/packages/github-actions/actions/run-qit-extension/action.yml @@ -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 }} @@ -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 }}