Skip to content

Commit 28ddd11

Browse files
committed
fix: Github action messing up
1 parent 71c354f commit 28ddd11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,7 @@ jobs:
2626
java-version: '21'
2727
distribution: 'temurin'
2828
cache: maven
29+
- name: Cleanup existing or cached artefacts.
30+
run: mvn -B clean --file glint/pom.xml
2931
- name: Build & Run Tests with Maven
3032
run: mvn -B package --file glint/pom.xml

0 commit comments

Comments
 (0)