diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 24a841c..88830e7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -64,9 +64,6 @@ jobs: curl -OL https://github.com/eroshenkoam/xcresults/releases/download/1.19.0/xcresults chmod +x xcresults - - name: Install Allure - run: brew install allure - - name: Run Ui Tests run: | xcodebuild test-without-building \ @@ -80,8 +77,6 @@ jobs: run: | mkdir allure-results ./xcresults export TestResults.xcresult -o allure-results - mkdir allure-report - allure generate allure-results --report-dir allure-report - name: Upload artifact uses: actions/upload-artifact@v4 @@ -89,7 +84,6 @@ jobs: name: allure-files path: | allure-results/ - allure-report/ retention-days: 7 report: @@ -120,7 +114,7 @@ jobs: with: gh_pages: gh-pages allure_history: allure-history - allure_results: allure-results + allure_results: allure-files/allure-results - name: Publish test report uses: peaceiris/actions-gh-pages@v3