Skip to content

Commit c399c90

Browse files
author
Simon Massey
authored
fixes to ci (#11)
1 parent 6450b54 commit c399c90

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)