Skip to content

Commit

Permalink
Upload CI simulation logs as an artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
CoffeeCoder1 committed Jan 18, 2025
1 parent 91e53bf commit 1aac4de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,11 @@ jobs:
./gradlew simulateJava &
sleep 15
exit $(kill "$!")
- name: Upload logs
uses: actions/upload-artifact@v4
with:
# Artifact name
name: simulation-logs
# A file, directory or wildcard pattern that describes what to upload
path: ./logs

0 comments on commit 1aac4de

Please sign in to comment.