From 2cc7622aa0ed1dd85131a24d3b6f6ad5ca5b2fbb Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Mon, 29 Apr 2024 14:04:27 +0200 Subject: [PATCH] fixed cat command --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 283a085b..c770d7f3 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -21,5 +21,5 @@ jobs: cp .env.testing app/.env cd app/ ls -al - cat.env + cat .env # python manage.py test