diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4b51a0a49ae..3cb20fca92e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,6 +22,7 @@ env: TEST_BASE_URL: https://127.0.0.1/dashboard API: https://127.0.0.1 TEST_PROJECT_ID: rancher-dashboard + TEST_DISABLE_DASHBOARD: ${{ vars.TEST_DISABLE_DASHBOARD }} # This is required to get it from the project configuration TEST_DISABLE_DASHBOARD_LABEL: "${{ contains(github.event.pull_request.labels.*.name, 'ci/skip-e2e-cypress-dashboard')}}" CYPRESS_API_URL: http://139.59.134.103:1234/ TEST_RUN_ID: ${{github.run_number}}-${{github.run_attempt}}-${{github.event.pull_request.title || github.event.head_commit.message}}