Skip to content

Commit

Permalink
Add -e flag to Maven commands to get full log of errors
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-saharay committed Jan 17, 2024
1 parent 5badfce commit 45cd473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-kotlin-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
distribution: 'adopt'
- name: Clean target folder
working-directory: ${{ matrix.dir }}
run: mvn clean
run: mvn -e clean
- name: Unpack APDFL from Maven Central
working-directory: ${{ matrix.dir }}
run: mvn process-resources
run: mvn -e process-resources

0 comments on commit 45cd473

Please sign in to comment.