Correct `UPDATE_WC` value in the "Smoke test daily" workflow (#37049)

* Correct UPDATE_WC value

* Add changelog
This commit is contained in:
rodelgc 2023-03-03 20:58:21 +08:00 committed by GitHub
parent 46aa035e14
commit 46300131ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -155,7 +155,7 @@ jobs:
ADMIN_PASSWORD: ${{ secrets.SMOKE_TEST_PERF_ADMIN_PASSWORD }}
CUSTOMER_USER: ${{ secrets.SMOKE_TEST_PERF_ADMIN_USER }}
CUSTOMER_PASSWORD: ${{ secrets.SMOKE_TEST_PERF_ADMIN_PASSWORD }}
UPDATE_WC: true
UPDATE_WC: nightly
DEFAULT_TIMEOUT_OVERRIDE: 120000
run: |
pnpm exec playwright test --config=tests/e2e-pw/playwright.config.js update-woocommerce.spec.js

View File

@ -0,0 +1,4 @@
Significance: patch
Type: dev
Fix the value of `UPDATE_WC` environment variable in the daily k6 performance tests.