Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
boufni95 committed Apr 5, 2024
1 parent f22da65 commit 2883d6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the image
run: docker build -t my-image ./src/tests
steps:
- name: Build the stack
run: docker-compose --project-directory ./ -f src/tests/docker-compose.yml up -d
4 changes: 1 addition & 3 deletions src/tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ services:
- '10004:10009'
- '9738:9735'
lpub:
image: lpub
build:
context: ./src/tests
image: my-image
depends_on:
- backend1
- alice
Expand Down

0 comments on commit 2883d6e

Please sign in to comment.