Skip to content

Commit

Permalink
TC-47 Test cypress e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Tkachev committed Jan 16, 2025
1 parent a1082f4 commit c3eade7
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/universal_workflow_light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1166,13 +1166,14 @@ jobs:

- name: Set Cypress Variables
run: |
{
echo "cypress_composer_transform=some_value";
echo "cypress_composer_early=false";
echo "cypress_container_name=php";
echo "cypress_container_options=";
echo "cypress_path=/var/www/html";
} >> "${GITHUB_ENV}"
declare -a vars=(
"cypress_composer_transform=some_value"
"cypress_composer_early=false"
"cypress_container_name=php"
"cypress_container_options="
"cypress_path=/var/www/html"
)
printf '%s\n' "${vars[@]}" >> "${GITHUB_ENV}"
- name: Convert variables
id: cy
Expand Down

0 comments on commit c3eade7

Please sign in to comment.