From b1d8c46b31693f46842503a97ab1a319f20426b1 Mon Sep 17 00:00:00 2001 From: AEkaterina Date: Sat, 16 Sep 2023 19:19:40 +0300 Subject: [PATCH] updated maven --- .github/workflows/maven.yml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a81852b..12f06b0 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -70,7 +70,7 @@ jobs: if: always() id: allure-report with: - allure_results: ./ + allure_results: target/allure-results gh_pages: gh-pages allure_report: allure-report allure_history: allure-history @@ -82,14 +82,13 @@ jobs: PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }} PUBLISH_BRANCH: gh-pages PUBLISH_DIR: allure-history - keep_files: true - - name: Post the link to the report - if: always() - uses: Sibz/github-status-action@v1 - with: - authToken: ${{secrets.PERSONAL_TOKEN}} - context: 'Test report' - state: 'success' - sha: ${{ github.event.pull_request.head.sha || github.sha }} - target_url: https://thepalaceproject.github.io/allure-html-reporter-github-pages/${{ github.run_number }} \ No newline at end of file +# - name: Post the link to the report +# if: always() +# uses: Sibz/github-status-action@v1 +# with: +# authToken: ${{secrets.PERSONAL_TOKEN}} +# context: 'Test report' +# state: 'success' +# sha: ${{ github.event.pull_request.head.sha || github.sha }} +# target_url: https://thepalaceproject.github.io/allure-html-reporter-github-pages/${{ github.run_number }} \ No newline at end of file