From 5e9c61d6555d5d7db183f5dc0730da35b7c03dc8 Mon Sep 17 00:00:00 2001 From: Parisa Date: Mon, 9 Dec 2024 15:30:32 +0100 Subject: [PATCH] set work-dir for a step --- .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 36e2fe5..d54097c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,8 +57,9 @@ jobs: # docker ps - name: Make encryption files + working-directory: ./test run: | - /bin/sh ./test/make_crypt4gh_files.sh + /bin/sh ./make_crypt4gh_files.sh ls -l test - name: Set up JDK