From 8fc4c025fcfb9fc5635cde06d169ab49910506c8 Mon Sep 17 00:00:00 2001 From: Anton Stubenbord Date: Thu, 26 Oct 2023 22:27:30 +0200 Subject: [PATCH] fix: Update test action --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c40ecf4..82210b6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,8 @@ jobs: - name: Create Build Directory run: | mkdir -p /tmp/build + cp -R . /tmp/build - name: Create file in build directory run: | - touch test.txt + ls working-directory: /tmp/build