Skip to content

Commit

Permalink
updated maven
Browse files Browse the repository at this point in the history
  • Loading branch information
AEkaterina committed Oct 6, 2023
1 parent bfd86f0 commit 8d6bd3c
Showing 1 changed file with 26 additions and 9 deletions.
35 changes: 26 additions & 9 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,22 @@ jobs:



- name: Generate Allure report
run: |
mkdir allure-results
cp -R target/allure-results allure-results
allure generate allure-results --clean -o allure-report
working-directory: ${{ github.workspace }}

- name: Upload Allure report artifacts
uses: actions/upload-artifact@v2
with:
name: allure-report
path: allure-report




# - name: Upload Report
# if: success()
# uses: actions/upload-artifact@v2
Expand All @@ -74,15 +90,16 @@ jobs:



- name: Generate Allure Report
uses: AEkaterina/[email protected]
if: success() || failure()
- name: Upload report
uses: actions/upload-artifact@v3
with:
name: allure-report
path: allure-report/
if: success() || failure()
# - name: Generate Allure Report
# uses: AEkaterina/[email protected]
# if: success() || failure()
#
# - name: Upload report
# uses: actions/upload-artifact@v3
# with:
# name: allure-report
# path: allure-report/
# if: success() || failure()

# - name: Get Allure history
# uses: actions/checkout@v3
Expand Down

0 comments on commit 8d6bd3c

Please sign in to comment.