Fixes: Removes extra comma from path

Removes an extraneous comma in the path definition, resolving an issue caused by the incorrect path formatting.
This commit is contained in:
maguire-arman 2025-07-10 09:43:00 -04:00
parent 8e4f303ba8
commit 43027f6d7b

View file

@ -244,7 +244,7 @@ jobs:
echo "Retrieved branch name: '$branch_name'"
JIRA_CARD_NUMBER="${branch_name##*/}"
echo "Extracted JIRA Card number: '$JIRA_CARD_NUMBER'"
export PLAYWRIGHT_PATH="${{ parameters.playwrightTestsPath }}""
export PLAYWRIGHT_PATH="${{ parameters.playwrightTestsPath }}"
container_id=$(docker create \
--ipc=host \
--env-file "${{ parameters.envFileName }}" \