Skip to content

Commit

Permalink
fix: use -d instead of & for background work
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarjit committed Nov 29, 2023
1 parent 3c1238b commit f70ace3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
go_version: ${{ env.GO_VERSION }}
- name: Startup simulator in background
run: |
docker-compose up &
docker-compose up -d
working-directory: tests
- name: Wait for port 50000 to be ready
run: |
Expand Down

0 comments on commit f70ace3

Please sign in to comment.