Browse Source

simple check (#476)

* simple check

* try to fix

* simple check another one

* fixed link

Co-authored-by: Bogdan Volodarskiy <bvolodarskiy@provectus.com>
Bogdan Volodarskiy 4 years ago
parent
commit
f3ca164411

+ 2 - 2
.github/workflows/backend.yml

@@ -60,7 +60,7 @@ jobs:
           github_token: ${{ secrets.GITHUB_TOKEN }}
           publish_dir: allure-history
           publish_branch: gh-pages
-          destination_dir: .
+          destination_dir: ./allure
       - name: Post the link to allure report
         if: always()
         uses: Sibz/github-status-action@v1
@@ -69,4 +69,4 @@ jobs:
           context: 'Test report'
           state: 'success'
           sha: ${{ github.event.pull_request.head.sha  || github.sha }}
-          target_url: https://${{ github.repository_owner }}.github.io/kafka-ui/allure-results/${{ github.run_number }}
+          target_url: https://${{ github.repository_owner }}.github.io/kafka-ui/allure/allure-results/${{ github.run_number }}

+ 1 - 0
kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/SmokeTests.java

@@ -17,4 +17,5 @@ public class SmokeTests extends BaseTest {
             .mainPage.shouldBeOnPage();
         compareScreenshots("main");
     }
+
 }