diff --git a/.github/scripts/configure-workflow.sh b/.github/scripts/configure-workflow.sh index a45aae3..60ea9ff 100644 --- a/.github/scripts/configure-workflow.sh +++ b/.github/scripts/configure-workflow.sh @@ -55,6 +55,8 @@ function get-workflow-snapshot-artifact() { payload+="| custom test arguments: \`${INPUT_PYTEST_ARGS}\` " fi echo "$payload" + # echo "******************payload*************** $payload" + # echo "{$payload}" } function install-uwca-cert() { diff --git a/.github/workflows/automated-idp-web-tests.yml b/.github/workflows/automated-idp-web-tests.yml index a7ad151..7fd35d4 100644 --- a/.github/workflows/automated-idp-web-tests.yml +++ b/.github/workflows/automated-idp-web-tests.yml @@ -100,7 +100,8 @@ jobs: - name: Notify Teams of Test Run Start env: IDP_ENV: ${{ steps.configure.outputs.idp-env }} - run: | + WORKFLOW_ENV: ${{ steps.configure.outputs.workflow-snapshot-artifact }} + run: | # {"title": "workflow-snapshot-artifact ", "value": "'${{ env.WORKFLOW_ENV }}'"} curl -H "Content-Type: application/json" \ -d '{ "type": "message", diff --git a/docker-compose.yml b/docker-compose.yml index 634c9c5..9929dfb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: volumes: - ${CREDENTIAL_MOUNT_POINT}:/secrets:ro - ${REPORT_MOUNT_POINT}:/tmp/webdriver-report - command: pytest ${PYTEST_ARGS} --selenium-server selenium:4444 + command: pytest ${PYTEST_ARGS} tests/access_control/test_auto_2fa.py --selenium-server selenium:4444 selenium: image: selenium/standalone-chrome:4