Skip to content

Commit 99672b2

Browse files
committed
don't background
1 parent d4cc521 commit 99672b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Run the example
4343
run: |
44-
docker run -d -p 8080:8080 localhost:5000/hummingbird
44+
docker run -p 8080:8080 localhost:5000/hummingbird
4545
4646
- name: Check that the service is running
4747
run: |

0 commit comments

Comments
 (0)