up
This commit is contained in:
parent
10162ff30e
commit
54eb7808a0
2 changed files with 4 additions and 3 deletions
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
|
|
@ -5,5 +5,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Build the image
|
||||||
|
run: docker build -t my-image ./src/tests
|
||||||
|
steps:
|
||||||
- name: Build the stack
|
- name: Build the stack
|
||||||
run: docker-compose --project-directory ./ -f src/tests/docker-compose.yml up -d
|
run: docker-compose --project-directory ./ -f src/tests/docker-compose.yml up -d
|
||||||
|
|
@ -107,9 +107,7 @@ services:
|
||||||
- '10004:10009'
|
- '10004:10009'
|
||||||
- '9738:9735'
|
- '9738:9735'
|
||||||
lpub:
|
lpub:
|
||||||
image: lpub
|
image: my-image
|
||||||
build:
|
|
||||||
context: ./src/tests
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- backend1
|
- backend1
|
||||||
- alice
|
- alice
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue