From eb0edfa4e4b33876874d8c2b998e275bbdf47623 Mon Sep 17 00:00:00 2001 From: Eugenio Parodi Date: Tue, 14 Mar 2023 11:41:55 +0000 Subject: [PATCH] FIX pytest, fourth attempt --- .github/workflows/testing.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 40eb446d..fb9071a0 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -48,7 +48,8 @@ jobs: run: | # To fix a folder permissin issue let's try to run the test from /tmp DDDD=$(pwd) - cd /tmp + mkdir -p /tmp/Eugenio + cd /tmp/Eugenio # Download the input test mkdir -p tmp wget -O tmp/test.input.001.bin https://github.com/ceccopierangiolieugenio/binaryRepo/raw/master/pyTermTk/tests/test.input.001.bin