From 240befeef046f32ab2f2e647b08915ac6079bbae Mon Sep 17 00:00:00 2001 From: BasarBayaz Date: Fri, 26 Jul 2024 07:21:59 +0000 Subject: [PATCH] feat(workflows): add setup-docker-and-run-tests.yml --- .github/workflows/setup-docker-and-run-tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/setup-docker-and-run-tests.yml b/.github/workflows/setup-docker-and-run-tests.yml index a5a810f..23e0576 100644 --- a/.github/workflows/setup-docker-and-run-tests.yml +++ b/.github/workflows/setup-docker-and-run-tests.yml @@ -56,9 +56,7 @@ jobs: path: container_ip.txt - name: Create .env file for tests - run: | - cd tests - cp .env.tests.example .env + run: cp tests/.env.test.example tests/.env - name: Set up Python 3.8 uses: actions/setup-python@v4