Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AEkaterina authored Oct 24, 2023
1 parent 5b1c358 commit d83b5b4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,16 @@ jobs:
env:
GH_TOKEN: ${{ secrets.PERSONAL_TOKEN }}

- name: Debug Git Config
run: |
git config --list
if: always()

- name: Debug Allure Report Files
run: |
ls -R allure-report
if: always()

# - name: Get Allure history
# uses: actions/checkout@v3
# if: always()
Expand Down

0 comments on commit d83b5b4

Please sign in to comment.