Skip to content

Commit

Permalink
added -d back in
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Nov 13, 2023
1 parent 1eef7b2 commit 1a3d223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-workflow-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Docker Containers
run: |
docker-compose --verbose up --build
docker-compose --verbose up --build -d
- name: Check API is Up
uses: cygnetdigital/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Setup Docker Containers
run: |
docker-compose --verbose up --build
docker-compose --verbose up --build -d
- name: Check API is Up
uses: cygnetdigital/[email protected]
Expand Down

0 comments on commit 1a3d223

Please sign in to comment.