Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
boufni95 committed Apr 8, 2024
1 parent 6c23fb1 commit d13fffa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the image
run: docker build -t my-image ./src/tests
- 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
- name: Run the tests
run: pwd
run: ls -la
11 changes: 0 additions & 11 deletions src/tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,3 @@ services:
# - '8084:8080'
- '10004:10009'
- '9738:9735'
lpub:
image: my-image
depends_on:
- backend1
- alice
- bob
- carol
- dave

# ports:
# - "8000:5000"

0 comments on commit d13fffa

Please sign in to comment.