Skip to content

Commit fa554f1

Browse files
committed
Update test suite to print logs sorted by timestamp across all services
1 parent ffcc412 commit fa554f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: make test
2525
- run: docker compose stop -t 60
2626
timeout-minutes: 0.5
27-
- run: docker compose logs
27+
- run: docker compose logs --timestamps | sort -k3
2828
if: ${{ always() }}
2929
- run: git config --global user.name "GitHub Actions" && git config --global user.email "[email protected]"
3030
- run: git config --global url."https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/".insteadOf "https://github.com/"

0 commit comments

Comments
 (0)