Skip to content

Commit a8ca7ef

Browse files
committed
Updated output directory for allure
1 parent 0cd3018 commit a8ca7ef

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/playwright-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# Step 7: Archive ZIP files in the root directory
5656
- name: Archive ZIP files
5757
if: always() # Ensure this step runs even if previous steps fail
58-
uses: actions/upload-artifact@v3
58+
uses: actions/upload-artifact@v4
5959
with:
6060
name: zip-archives
6161
path: '*.zip'

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@
126126
<version>2.15.0</version>
127127
<configuration>
128128
<reportVersion>${allure.version}</reportVersion>
129-
<resultsDirectory>${project.build.directory}/allure-results</resultsDirectory>
130129
</configuration>
131130
<executions>
132131
<execution>

0 commit comments

Comments
 (0)