Skip to content

Commit

Permalink
ci(logs): fix typo in CI workflow (#1771)
Browse files Browse the repository at this point in the history
  • Loading branch information
aali309 committed Nov 9, 2023
1 parent 5213d40 commit 432329e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrated-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
run: ls -1dt target/cryostat-itest-*.log | head -n1 | xargs cat
- name: Print itest container logs
if: failure()
run: ls -1dt target/cryostat-*.server.log | head -n1 | xargs catyea
run: ls -1dt target/cryostat-*.server.log | head -n1 | xargs cat

0 comments on commit 432329e

Please sign in to comment.