Skip to content

Commit e53c43e

Browse files
committed
ci fixes
1 parent 5b9497f commit e53c43e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/daily-api-tracker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
2828
restore-keys: ${{ runner.os }}-m2
2929

30-
- name: Build project
31-
run: mvn clean compile -DskipTests
30+
- name: Build and test project
31+
run: mvn clean install
3232

3333
- name: Run API Tracker
3434
run: |

0 commit comments

Comments
 (0)