From e2b200faf35ebd83c4b39065d70b30877fb2b3ab Mon Sep 17 00:00:00 2001 From: Ricardo Sanz Date: Mon, 2 Oct 2023 19:28:21 +0200 Subject: [PATCH] TESTS - Shellspec seems to dislike symlinks, use real files --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d10b686..e603c3d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -53,10 +53,10 @@ jobs: docker exec $CONTAINER_ID tar xfvz /opt/shellspec-dist.tar.gz -C /opt/ echo "----- Copy shellspec config file to the root folder -----" - ln -s .github/shellspec/shellspec .shellspec + cp -a .github/shellspec/shellspec .shellspec echo "----- Copy shellspec test files -----" - ln -s .github/shellspec/shellspec_spec shellspec_spec + cp -a .github/shellspec/shellspec_spec shellspec_spec - name: Setup Git cli run: |