Skip to content

Commit

Permalink
chore(ci): always publish SEPA log
Browse files Browse the repository at this point in the history
  • Loading branch information
relu91 committed Jan 24, 2024
1 parent 3315069 commit 4cbd2e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@ jobs:
interval: 500
- name: verify
run: mvn verify -e -Dlog4j2.level=trace
- name: Archive code coverage results
- name: publish Engine log
uses: actions/upload-artifact@v2
if: always()
with:
name: engine-log
path: engine/target/log.txt
Expand Down

0 comments on commit 4cbd2e7

Please sign in to comment.