Browse Source

fixes yaml formatting

pull/2482/head
spencergibb 3 years ago
parent
commit
fa9e51099e
No known key found for this signature in database
GPG Key ID: 8EDA384E4974A9B0
  1. 2
      .github/workflows/maven.yml

2
.github/workflows/maven.yml

@ -30,7 +30,7 @@ jobs: @@ -30,7 +30,7 @@ jobs:
${{ runner.os }}-maven-
- name: Build with Maven
run: ./mvnw clean install -B -U -Pspring
- name: Publish Test Report
- name: Publish Test Report
uses: mikepenz/action-junit-report@v2
if: always() # always run even if the previous step fails
with:

Loading…
Cancel
Save