From 769153fb9f47d0584d80ebb663a27c724729070c Mon Sep 17 00:00:00 2001 From: Tomasz Pluskiewicz Date: Wed, 15 Jan 2025 12:39:54 +0100 Subject: [PATCH] ci: log on smoke test failure --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 29b2073..706db90 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -80,3 +80,6 @@ jobs: - run: curl https://read-the-plaque.lndo.site/plaque/newton-s-apple-tree-monash-university -Ifk - run: curl https://read-the-plaque.lndo.site/plaque/newton-s-apple-tree-monash-university.html -Ifk + + - run: lando logs + if: failure()