Skip to content

Commit

Permalink
Update Docker Compose command to run tests in detached mode during th…
Browse files Browse the repository at this point in the history
…e test pipeline
  • Loading branch information
slyapustin authored and pair committed Oct 17, 2024
1 parent 4255784 commit 1ab0253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build and run services with Docker Compose
run: |
docker-compose up --build --abort-on-container-exit
docker-compose up --build --abort-on-container-exit --detach
# Step 3: Run Docker container with additional commands
- name: Run tests inside Docker container
Expand Down

0 comments on commit 1ab0253

Please sign in to comment.