From 66f02e854cf3e527a7eab149f850563804d0bfc0 Mon Sep 17 00:00:00 2001 From: Alan Luong Date: Wed, 20 Nov 2024 13:09:41 -0500 Subject: [PATCH] include hidden files in smoke test log upload --- .github/actions/rust-smoke-tests/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/rust-smoke-tests/action.yaml b/.github/actions/rust-smoke-tests/action.yaml index 26565cfd2a2bb..f638361b17bf5 100644 --- a/.github/actions/rust-smoke-tests/action.yaml +++ b/.github/actions/rust-smoke-tests/action.yaml @@ -31,6 +31,7 @@ runs: uses: actions/upload-artifact@v4 with: name: failed-smoke-test-logs + include-hidden-files: true # Retain all smoke test data except for the db (which may be large). path: | /tmp/.tmp*