Remove the matrix.testEnv condition from the build step (#49149)

This commit is contained in:
Adrian Moldovan 2024-07-04 12:50:49 +01:00 committed by GitHub
parent 32b7dd646a
commit cef644078e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ jobs:
pull-playwright-cache: ${{ matrix.testEnv.shouldCreate && matrix.testType == 'e2e' }}
- uses: './.github/actions/setup-woocommerce-monorepo'
if: ${{ github.ref_type != 'tag' && matrix.testEnv.shouldCreate }}
if: ${{ github.ref_type != 'tag' }}
name: 'Build project'
id: 'build-project'
with: