Add missing required env vars

This commit is contained in:
Rodel Calasagsag 2023-08-17 10:42:13 +08:00
parent 7ef6f1c30a
commit c1771cb372
1 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,8 @@ jobs:
report-name: k6-daily-update-site--run-${{ github.run_number }} report-name: k6-daily-update-site--run-${{ github.run_number }}
tests: update-woocommerce.spec.js tests: update-woocommerce.spec.js
env: env:
ALLURE_RESULTS_DIR: ${{ github.workspace }}/plugins/woocommerce/tests/e2e-pw/allure-results
ALLURE_REPORT_DIR: ${{ github.workspace }}/plugins/woocommerce/tests/e2e-pw/allure-report
BASE_URL: ${{ secrets.SMOKE_TEST_PERF_URL }}/ BASE_URL: ${{ secrets.SMOKE_TEST_PERF_URL }}/
ADMIN_USER: ${{ secrets.SMOKE_TEST_PERF_ADMIN_USER }} ADMIN_USER: ${{ secrets.SMOKE_TEST_PERF_ADMIN_USER }}
ADMIN_PASSWORD: ${{ secrets.SMOKE_TEST_PERF_ADMIN_PASSWORD }} ADMIN_PASSWORD: ${{ secrets.SMOKE_TEST_PERF_ADMIN_PASSWORD }}