Skip to content

Commit

Permalink
Always print container logs so we can see them when job fails
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jul 11, 2024
1 parent d3ee9de commit 5c389c4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,11 @@ jobs:
- name: Run tests
run: mvn test -Dtest=com.aerospike.proxy.tests.ProxyTests

- run: docker logs aerospike
- run: docker logs aerospike-proxy
# TODO: For debugging. Remove later
- if: ${{ always() }}
run: docker logs aerospike
- if: ${{ always() }}
run: docker logs aerospike-proxy

# - name: Upload to JFrog
# run: mvn deploy

0 comments on commit 5c389c4

Please sign in to comment.