Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianElvis committed Nov 20, 2024
1 parent 85511ca commit 99fdbe9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,9 @@ jobs:
- name: Start BCD consumer integration containers
run: |
sudo make -C contrib/images start-bcd-consumer-integration
- name: Run BCD consumer integration test
- name: Run BCD consumer integration test and dump logs
run: |
sudo make test-e2e-cache-bcd-consumer-integration
- name: Dump docker logs
run: |
docker ps -a
for container in $(docker ps -a -q); do
echo "=== Logs for container $container ==="
Expand Down

0 comments on commit 99fdbe9

Please sign in to comment.