Skip to content

Commit 631c862

Browse files
authored
Update ci.yml
1 parent 67ebddf commit 631c862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Build the Docker-compose
18-
run: docker-compose up --build
18+
run: docker-compose up --build -d
1919
- name: Run Unit Tests
2020
run: go test

0 commit comments

Comments
 (0)