From 19176ef28a78317635acc298644e123fba98ce42 Mon Sep 17 00:00:00 2001 From: Curtis Vogt Date: Wed, 18 Dec 2024 16:02:18 -0600 Subject: [PATCH] drop! Introduce shellcheck failure --- .github/workflows/integration-tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 6458c08..d97b107 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -26,6 +26,7 @@ jobs: name: Integration Tests - name: Test extracted run: | + echo $foo if [[ -f "$output_file" ]]; then echo "Output:" cat -n "$output_file"