-
Some checks failed
Deploy / CreateImage (push) Successful in 2m21s
Deploy / Tests (push) Failing after 29s

This commit is contained in:
pasha1coil 2025-07-31 13:14:31 +03:00
parent df8ea5561b
commit 0fcbe80414
2 changed files with 3 additions and 3 deletions

@ -17,7 +17,7 @@ jobs:
Tests: Tests:
needs: needs:
- CreateImage - 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: with:
runner: hubstaging runner: hubstaging
actionid: ${{ gitea.run_id }} actionid: ${{ gitea.run_id }}

@ -3,8 +3,8 @@ version: '3.8'
services: services:
app: app:
build: build:
context: . context: ../..
dockerfile: ../../TestsDockerfile dockerfile: TestsDockerfile
container_name: squiz-core-test-app container_name: squiz-core-test-app
environment: environment:
- IS_TEST=true - IS_TEST=true