From 2a6e1b48892dfb6a9682ef095f0fb35995a5f509 Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Thu, 10 Oct 2024 12:51:18 +0200 Subject: [PATCH] fix path --- .github/workflows/ci-3p-django-framework.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-3p-django-framework.yml b/.github/workflows/ci-3p-django-framework.yml index bba6cd33a..7198bdf0d 100644 --- a/.github/workflows/ci-3p-django-framework.yml +++ b/.github/workflows/ci-3p-django-framework.yml @@ -99,8 +99,8 @@ jobs: #sed -i 's/timeout -v -s1 800 //' run-tests.bash # fix permissions - mkdir django/cache - chmod -R 777 django/cache + mkdir django-framework/cache + chmod -R 777 django-framework/cache # set tested database infra #sed -i 's/^fn_test_proxysql m/#fn_test_proxysql m/' run-tests.bash