From 0fcbe804146065233ddb8319fa5cc286124468c7 Mon Sep 17 00:00:00 2001 From: pasha1coil Date: Thu, 31 Jul 2025 13:14:31 +0300 Subject: [PATCH] - --- .gitea/workflows/deployTests.yml | 2 +- deployments/renew_tests/docker-compose.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deployTests.yml b/.gitea/workflows/deployTests.yml index 6cfd2d8..9ad1d4e 100644 --- a/.gitea/workflows/deployTests.yml +++ b/.gitea/workflows/deployTests.yml @@ -17,7 +17,7 @@ jobs: Tests: needs: - CreateImage - uses: http://gitea.pena/PenaDevops/actions/.gitea/workflows/tests.yml@renew_tests2 + uses: http://gitea.pena/PenaDevops/actions/.gitea/workflows/tests.yml@renew_tests3 with: runner: hubstaging actionid: ${{ gitea.run_id }} \ No newline at end of file diff --git a/deployments/renew_tests/docker-compose.yaml b/deployments/renew_tests/docker-compose.yaml index 17daaf8..030ea88 100644 --- a/deployments/renew_tests/docker-compose.yaml +++ b/deployments/renew_tests/docker-compose.yaml @@ -3,8 +3,8 @@ version: '3.8' services: app: build: - context: . - dockerfile: ../../TestsDockerfile + context: ../.. + dockerfile: TestsDockerfile container_name: squiz-core-test-app environment: - IS_TEST=true