From 8ad51d520c304c28aa97fd3aee74d2d0e537cabd Mon Sep 17 00:00:00 2001 From: Isaiah Stapleton Date: Wed, 13 Dec 2023 17:16:38 -0500 Subject: [PATCH] test Signed-off-by: Isaiah Stapleton --- .github/workflows/Container_Test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Container_Test.yaml b/.github/workflows/Container_Test.yaml index 957c500..cf771e0 100644 --- a/.github/workflows/Container_Test.yaml +++ b/.github/workflows/Container_Test.yaml @@ -61,14 +61,14 @@ jobs: with: name: image path: | - image.txt + ./containers/testing/image.txt - name: Upload Time uses: actions/upload-artifact@v3 with: name: time path: | - time.txt + ./containers/testing/time.txt Health-Check: