We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa7e747 commit 45bfe9dCopy full SHA for 45bfe9d
1 file changed
.github/workflows/test.yml
@@ -53,7 +53,10 @@ jobs:
53
jq -c '.data.result|.[].stream' | tee -a streams.log
54
55
- name: Show the logs
56
- run: cat streams.log | jq
+ run: jq < streams.log
57
+
58
+ - name: docker compose logs
59
+ run: cd docker-compose-udp && docker compose logs zeek loki
60
61
- name: Check for the eu.httpbin.org host name in the logs
62
run: grep 'eu.httpbin.org' streams.log
0 commit comments