Skip to content

Commit

Permalink
Merge pull request #96 from woocommerce/fix/qit-workflows-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalec authored Feb 6, 2024
2 parents 885ea89 + bdaa974 commit cabb5df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-qit-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
extension: [automatewoo, automatewoo-birthdays, automatewoo-referrals, google-listings-and-ads, woocommerce-google-analytics-integration]
steps:
- name: Run QIT
uses: woocommerce/grow/run-qit-extension@add/qit-workflows-test-build
uses: woocommerce/grow/run-qit-extension@actions-v1
with:
qit-partner-user: ${{ secrets.QIT_PARTNER_USER }}
qit-partner-secret: ${{ secrets.QIT_PARTNER_SECRET }}
Expand Down
10 changes: 5 additions & 5 deletions packages/github-actions/actions/run-qit-extension/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ runs:
- name: Activation test
id: activation
if: ${{ inputs.test-activation == 'true' }}
uses: woocommerce/grow/run-qit-annotate@add/qit-workflows-test-build
uses: woocommerce/grow/run-qit-annotate@actions-v1
with:
type: activation
extension: ${{ inputs.extension }}
Expand All @@ -105,7 +105,7 @@ runs:
- name: Security test
id: security
if: ${{ inputs.test-security == 'true' }}
uses: woocommerce/grow/run-qit-annotate@add/qit-workflows-test-build
uses: woocommerce/grow/run-qit-annotate@actions-v1
with:
type: security
extension: ${{ inputs.extension }}
Expand All @@ -117,7 +117,7 @@ runs:
- name: PHPStan test
id: phpstan
if: ${{ inputs.test-phpstan == 'true' }}
uses: woocommerce/grow/run-qit-annotate@add/qit-workflows-test-build
uses: woocommerce/grow/run-qit-annotate@actions-v1
with:
type: phpstan
extension: ${{ inputs.extension }}
Expand All @@ -129,7 +129,7 @@ runs:
- name: API test
id: api
if: ${{ inputs.test-api == 'true' }}
uses: woocommerce/grow/run-qit-annotate@add/qit-workflows-test-build
uses: woocommerce/grow/run-qit-annotate@actions-v1
with:
type: api
extension: ${{ inputs.extension }}
Expand All @@ -141,7 +141,7 @@ runs:
- name: E2E test
id: e2e
if: ${{ inputs.test-e2e == 'true' }}
uses: woocommerce/grow/run-qit-annotate@add/qit-workflows-test-build
uses: woocommerce/grow/run-qit-annotate@actions-v1
with:
type: e2e
extension: ${{ inputs.extension }}
Expand Down

0 comments on commit cabb5df

Please sign in to comment.