We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0d8bf commit afdc00bCopy full SHA for afdc00b
.github/actions/run-playwright-tests/action.yml
@@ -30,8 +30,8 @@ runs:
30
- name: Run specified tests
31
shell: bash
32
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 }} }
+ URL_TO_USE="${URL_TO_USE_DEFAULT//<REPLACE>/${{ inputs.bcss_cloud_environment }}}"
+ ORACLE_DB="${ORACLE_DB_DEFAULT//<REPLACE>/${{ inputs.bcss_cloud_environment }}}"
35
pytest -m ${{ inputs.marker_to_use }} --base-url=https://$URL_TO_USE --ignore=tests_utils/
36
- uses: actions/upload-artifact@v4
37
if: ${{ !cancelled() }}
0 commit comments