Skip to content

Commit f99a867

Browse files
committed
Updated nightly build script
1 parent 97007f8 commit f99a867

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightly-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
with:
5353
fetch-depth: 0
5454
ref: ${{ matrix.branch }}
55+
clean: true
5556

5657
# Check out the branch
5758
- name: Fetch specific branch
@@ -111,4 +112,4 @@ jobs:
111112
- name: Run Playwright Tests
112113
run: |
113114
echo "Running tests for branch ${{ matrix.branch }}"
114-
mvn verify
115+
mvn clean verify

0 commit comments

Comments
 (0)