From 3e95218101beb89ed642b29781dde040e1bf7500 Mon Sep 17 00:00:00 2001 From: Arthur Date: Mon, 27 Nov 2023 12:45:05 +0000 Subject: [PATCH] adding comments --- .github/workflows/testing-pipline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/testing-pipline.yml b/.github/workflows/testing-pipline.yml index e1ce77e15..0b8a9af4c 100644 --- a/.github/workflows/testing-pipline.yml +++ b/.github/workflows/testing-pipline.yml @@ -102,8 +102,8 @@ jobs: if: success() || failure() continue-on-error: true with: - ref: testing-result-pages - path: testing-result-pages + ref: testing-result-pages # this needs to be changed to gh-pages after finilizing the docs pipline + path: testing-result-pages # this needs to be changed to gh-pages after finilizing the docs pipline - name: Allure report action # Step to generate Allure report if: success() || failure() @@ -112,7 +112,7 @@ jobs: allure_results: CodeListLibrary_project/clinicalcode/tests/allure-results allure_report: CodeListLibrary_project/clinicalcode/tests/allure-report allure_history: allure-history - gh_pages: testing-result-pages + gh_pages: testing-result-pages # this needs to be changed to gh-pages after finilizing the docs pipline keep_reports: 10 # Specify the number of previous reports to keep - name: Upload an artifact for GitHub Pages @@ -127,6 +127,6 @@ jobs: uses: peaceiris/actions-gh-pages@v2 env: PERSONAL_TOKEN: ${{ secrets.GITHUB_TOKEN }} - PUBLISH_BRANCH: testing-result-pages + PUBLISH_BRANCH: testing-result-pages # this needs to be changed to gh-pages after finilizing the docs pipline PUBLISH_DIR: allure-history keep_files: true