Skip to content

Commit

Permalink
Test the run-qit-extension action.
Browse files Browse the repository at this point in the history
  • Loading branch information
eason9487 committed May 10, 2024
1 parent e48dcca commit 8dc2c96
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/run-qit-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ on:
options:
description: 'Additional options for `qit` command, like `--optional_features=hpos`.'
required: false

push:
branches:
- test/rename-test-type

jobs:
qit-tests:
Expand All @@ -66,20 +68,20 @@ jobs:
fail-fast: false
matrix:
# List of extensions to be tested.
extension: [automatewoo, automatewoo-birthdays, automatewoo-referrals, google-listings-and-ads, woocommerce-google-analytics-integration]
extension: [google-listings-and-ads, woocommerce-google-analytics-integration]
steps:
- name: Run QIT
uses: woocommerce/grow/run-qit-extension@actions-v1
uses: woocommerce/grow/packages/github-actions/actions/run-qit-extension@24-05/rename-test-type
with:
qit-partner-user: ${{ secrets.QIT_PARTNER_USER }}
qit-partner-secret: ${{ secrets.QIT_PARTNER_SECRET }}
version: ${{ inputs.version }}
wait: ${{ inputs.wait }}
test-activation: ${{ inputs.test-activation }}
test-security: ${{ inputs.test-security }}
test-phpstan: ${{ inputs.test-phpstan }}
test-api: ${{ inputs.test-api }}
test-e2e: ${{ inputs.test-e2e }}
version: dev
wait: true
test-activation: false
test-security: false
test-phpstan: false
test-api: true
test-e2e: true
extension: ${{ matrix.extension }}
ignore-fail: ${{ inputs.ignore-fail }}
options: ${{ inputs.options }}
# ignore-fail: ${{ inputs.ignore-fail }}
# options: ${{ inputs.options }}

0 comments on commit 8dc2c96

Please sign in to comment.