Skip to content

Commit 108b1cc

Browse files
authored
Exclude quicklink tests from daily tests (#533)
1 parent 6adb123 commit 108b1cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/playwright-with-specific-hello-plus-version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ jobs:
323323
if: steps.extract-version-tests.outputs.tests-available == 'true'
324324
run: |
325325
export TEST_TITLE="Hello Theme Plus Test - HT ${HELLO_THEME_VERSION} + HP ${HELLO_PLUS_VERSION}"
326+
export DAILY_MATRIX_WORKFLOW=true
326327
echo "🧪 Running tests from: ${{ steps.extract-version-tests.outputs.test-source-type }}"
327328
# Only run Hello Theme tests, not Hello Plus or other plugin tests
328329
npm run test:playwright -- tests/playwright/tests/

0 commit comments

Comments
 (0)