From d83b5b4392a48513e6cf25ab68c4c5026987b832 Mon Sep 17 00:00:00 2001 From: Astapkina Ekaterina <33911738+AEkaterina@users.noreply.github.com> Date: Tue, 24 Oct 2023 23:57:45 +0400 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 427b220..bb33a98 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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()