Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Debugging: Upgrade Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mobeenali12 committed Sep 4, 2023
1 parent 5b5f0c2 commit 4ed4f02
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/test-upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,14 @@ jobs:
cd $GITHUB_WORKSPACE/testeng-ci
pip install -r requirements/base.txt
- name: Debugging
- name: Debugging - Before
run: |
echo "TARGET_BRANCH: ${{ env.target_branch }}"
echo "GITHUB_WORKSPACE: $GITHUB_WORKSPACE"
ls -al $GITHUB_WORKSPACE/testeng-ci
echo "TARGET_BRANCH: ${{ env.target_branch }}"
echo "USER_REVIEWERS: ${{ inputs.user_reviewers }}"
echo "TEAM_REVIEWERS: ${{ inputs.team_reviewers }}"
cd $GITHUB_WORKSPACE/testeng-ci
ls -a
- name: create pull request
id: createpullrequest
Expand All @@ -98,6 +101,15 @@ jobs:
--team-reviewers="$TEAM_REVIEWERS" \
--delete-old-pull-requests --output-pr-url-for-github-action
- name: Debugging - After
run: |
echo "GITHUB_WORKSPACE: $GITHUB_WORKSPACE"
echo "TARGET_BRANCH: ${{ env.target_branch }}"
echo "USER_REVIEWERS: ${{ inputs.user_reviewers }}"
echo "TEAM_REVIEWERS: ${{ inputs.team_reviewers }}"
cd $GITHUB_WORKSPACE/testeng-ci
ls -a
- name: Send failure notification
if: ${{ failure() && inputs.email_address }}
uses: dawidd6/action-send-mail@v3
Expand Down

0 comments on commit 4ed4f02

Please sign in to comment.