Skip to content

Commit

Permalink
inspect test error only occurring in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwarz-eitco-de committed Jun 26, 2024
1 parent 92f8563 commit 0aabcde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.301'
- uses: eitco/maven-deploy@0.0.2
with:
gpg-private-key: ${{ secrets.ARTIFACT_SIGNING_GPG_PRIVATE_KEY }}
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
</plugin>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
<configuration>
<debug>true</debug>
<showErrors>true</showErrors>
<streamLogsOnFailures>true</streamLogsOnFailures>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 0aabcde

Please sign in to comment.