Skip to content

Commit

Permalink
fix quotation marks for TEST_RC
Browse files Browse the repository at this point in the history
  • Loading branch information
denisqsound committed Dec 22, 2023
1 parent 8e8ef45 commit b99b0db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
SMOKE_REGISTRY_SECRET: ${{ steps.secrets.outputs.token_secret }}
ALLURE_ENVIRONMENT_K8S: ${{ matrix.k8s }}
ALLURE_ENVIRONMENT_ARCH: amd64
TEST_RC: true
TEST_RC: "True"
run: |
if [ ${{ github.event_name }} == 'workflow_dispatch' ];
then
Expand Down
2 changes: 1 addition & 1 deletion test/smoke/run-smoke-suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ spec:
- {name: ALLURE_PROJECT_ID, value: "${ALLURE_PROJECT_ID:-}"}
- {name: ALLURE_TOKEN, value: "${ALLURE_TOKEN:-}"}
- {name: ALLURE_RESULTS, value: "${ALLURE_RESULTS:-/tests/_out/allure_report}"}
- {name: TEST_RC, value: "${TEST_RC:-true}"}
- {name: TEST_RC, value: "${TEST_RC:-True}"}
- name: ALLURE_LAUNCH_TAGS
value: >
USER:${GITHUB_ACTOR:-local},
Expand Down

0 comments on commit b99b0db

Please sign in to comment.