Skip to content

Commit 432329e

Browse files
authored
ci(logs): fix typo in CI workflow (#1771)
1 parent 5213d40 commit 432329e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrated-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ jobs:
7474
run: ls -1dt target/cryostat-itest-*.log | head -n1 | xargs cat
7575
- name: Print itest container logs
7676
if: failure()
77-
run: ls -1dt target/cryostat-*.server.log | head -n1 | xargs catyea
77+
run: ls -1dt target/cryostat-*.server.log | head -n1 | xargs cat

0 commit comments

Comments
 (0)