Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
goulter committed Jan 9, 2025
1 parent 0dded38 commit 139e2b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/configure-workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/automated-idp-web-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 139e2b8

Please sign in to comment.