Skip to content

Commit

Permalink
Add docker compose logs to debug issues with github-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcook committed Oct 17, 2024
1 parent ca72af2 commit bd80510
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
run: sudo apt-get -y update && sudo apt-get install wget openssl -y
- name: run elasticsearch
run: cd docker && docker compose -f create-certs.yml up && cp docker-compose.yml.${{ matrix.elastic }} docker-compose.yml && docker compose up -d && cd ..
- name: output docker compose logs no matter if the previous step failed
if: ${{ !cancelled() }}
run: cd docker && docker compose logs && cd ..
- name: setup test environment
env:
LUA: ${{ matrix.lua }}
Expand Down

0 comments on commit bd80510

Please sign in to comment.