Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean committed Apr 11, 2024
1 parent 5cc32b0 commit a8022fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
r2-secret-access-key: ${{ secrets.R2_ACCESS_SECRET_KEY }}
r2-bucket: ${{ secrets.R2_BUCKET }}
source-dir: allure-history/allure-results
destination-dir: /
destination-dir: .

- name: Add allure link status check
if: always()
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/src/test/resources/smoke.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
<suite name="SmokeSuite">
<test name="SmokeTest" enabled="true" parallel="classes" thread-count="3">
<test name="SmokeTest" enabled="true" parallel="classes" thread-count="5">
<packages>
<package name="io.kafbat.ui.smokesuite.*"/>
</packages>
Expand Down

0 comments on commit a8022fd

Please sign in to comment.