Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ jobs:
if: steps.extract-version-tests.outputs.tests-available == 'true'
run: |
export TEST_TITLE="Hello Theme Plus Test - HT ${HELLO_THEME_VERSION} + HP ${HELLO_PLUS_VERSION}"
export DAILY_MATRIX_WORKFLOW=true
echo "🧪 Running tests from: ${{ steps.extract-version-tests.outputs.test-source-type }}"
# Only run Hello Theme tests, not Hello Plus or other plugin tests
npm run test:playwright -- tests/playwright/tests/
Expand Down
Loading