Skip to content

Commit

Permalink
try diff cmd #498
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Jul 11, 2024
1 parent e54e0dc commit 227f898
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/lphy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
distribution: 'oracle'
cache: maven
# clean
- name: Clean
run: mvn clean
# test
- name: Test
run: mvn clean test
run: mvn -B test --file pom.xml

- name: Publish unit test results
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down

0 comments on commit 227f898

Please sign in to comment.