Skip to content

Commit

Permalink
add clean task #262
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Mar 11, 2024
1 parent b94d00a commit 636f7fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lphy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
with:
gradle-version: 7.6

# clean
- name: Clean
run: ./gradlew clean

# -x test
- name: Execute Gradle build
run: ./gradlew build
Expand All @@ -28,4 +32,5 @@ jobs:
with:
junit_files: |
lphy/build/test-results/**/*.xml
lphy-base/build/test-results/**/*.xml
lphy-studio/build/test-results/**/*.xml

0 comments on commit 636f7fb

Please sign in to comment.