From 06df1dff2ef458824787ba3182c1353838eef80b Mon Sep 17 00:00:00 2001 From: johnlitvinov Date: Tue, 15 Oct 2024 09:30:54 +0200 Subject: [PATCH] yaml file for SauceLabs --- .github/workflows/uitests_saucelabs.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/uitests_saucelabs.yaml b/.github/workflows/uitests_saucelabs.yaml index 9f5c9a8..e9cd2ff 100644 --- a/.github/workflows/uitests_saucelabs.yaml +++ b/.github/workflows/uitests_saucelabs.yaml @@ -93,16 +93,6 @@ jobs: sleep 10 mvn -Dtest=AndroidAppTest test - - name: Install Allure - run: | - curl -o allure-2.13.8.tgz -L https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/2.13.8/allure-commandline-2.13.8.tgz - tar -zxvf allure-2.13.8.tgz - sudo mv allure-2.13.8 /opt/allure - sudo ln -s /opt/allure/bin/allure /usr/bin/allure - - - name: Generate Allure Report - run: allure generate ${{ github.workspace }}/SDK-Auto-Test/target/allure-results --clean -o allure-report - - name: save Allure result uses: actions/upload-artifact@v4 if: always() @@ -110,14 +100,6 @@ jobs: name: allure-results path: ${{ github.workspace }}/SDK-Auto-Test/target/allure-results - - name: Upload Allure HTML Report - uses: actions/upload-artifact@v4 - if: always() - with: - name: allure-html-report - path: allure-report - retention-days: 14 - - name: Adding summary if: ${{ always() }} run: |