changes ci.yml

This commit is contained in:
Joonhang35 2024-09-04 23:02:09 +08:00
parent 42c8981656
commit 8b8a94ede9

View file

@ -22,19 +22,16 @@ jobs:
- name: Install Dependencies - name: Install Dependencies
run: mvn dependency:resolve run: mvn dependency:resolve
- name: Build with Maven - name: Build with Maven
run: mvn clean install run: mvn clean install
- name: Upload Build Artifacts - name: Upload Build Artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: build-artifacts name: build-artifacts
path: target/** path: target/**
- name: Run Unit Tests
run: mvn test
- name: Run Unit Tests and Generate Coverage - name: Run Unit Tests and Generate Coverage
run: mvn test jacoco:report run: mvn test jacoco:report