Skip to content

Commit 9e6ff0e

Browse files
authored
Update ci.yml
1 parent 696a369 commit 9e6ff0e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ jobs:
4747
java-version: "17"
4848
distribution: "temurin"
4949

50-
- name: Execute Cucumber TestNG Tests
51-
run: mvn test
52-
53-
- name: Upload TestNG + Cucumber Logs
50+
- name: Run Tests
51+
run: mvn clean test
52+
53+
- name: Upload Allure Results
5454
uses: actions/upload-artifact@v4
5555
with:
56-
name: test-output
57-
path: test-output/
56+
name: allure-results
57+
path: target/allure-results
5858

5959
allure-results:
6060
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)