Skip to content

Commit

Permalink
show lakefs log on nessie error (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
nopcoder authored Oct 28, 2020
1 parent de39e35 commit 6cf71d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nessie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ jobs:
run: |
FILES_COUNT=`aws s3 ls s3://nessie-system-testing/${{ github.run_number }} --recursive | wc -l`
[ $FILES_COUNT -gt 5 ]
- name: lakeFS Logs
if: ${{ failure() }}
continue-on-error: true
run: docker-compose -f nessie/ops/docker-compose.yaml logs --tail=1000 lakefs
- name: Export DB
if: ${{ always() }}
env:
Expand Down

0 comments on commit 6cf71d5

Please sign in to comment.