From 1680512b792c8f127d76a80b93681dfd71174b6c Mon Sep 17 00:00:00 2001 From: Lorenzo Bettini Date: Tue, 2 Feb 2021 14:31:45 +0100 Subject: [PATCH] temp tree --- .github/workflows/maven.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 39c3afc..c1ec9cf 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -45,6 +45,8 @@ jobs: mvn surefire-report:report-only site:site -DgenerateReports=false working-directory: com.examples.myproject if: ${{ always() }} + - name: Tree + run: tree - name: Archive JUnit Report uses: actions/upload-artifact@v2 if: ${{ always() }}