Skip to content

Commit afdc00b

Browse files
Potential fix
1 parent cf0d8bf commit afdc00b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/run-playwright-tests/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ runs:
3030
- name: Run specified tests
3131
shell: bash
3232
run: |
33-
URL_TO_USE=${ $URL_TO_USE_DEFAULT/<REPLACE>/${{ inputs.bcss_cloud_environment }} }
34-
ORACLE_DB=${ $ORACLE_DB_DEFAULT/<REPLACE>/${{ inputs.bcss_cloud_environment }} }
33+
URL_TO_USE="${URL_TO_USE_DEFAULT//<REPLACE>/${{ inputs.bcss_cloud_environment }}}"
34+
ORACLE_DB="${ORACLE_DB_DEFAULT//<REPLACE>/${{ inputs.bcss_cloud_environment }}}"
3535
pytest -m ${{ inputs.marker_to_use }} --base-url=https://$URL_TO_USE --ignore=tests_utils/
3636
- uses: actions/upload-artifact@v4
3737
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)