-
This commit is contained in:
parent
df8ea5561b
commit
0fcbe80414
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user