Skip to content

Commit

Permalink
Change from compose up to compose start
Browse files Browse the repository at this point in the history
  • Loading branch information
flynnc3 authored Apr 2, 2023
1 parent 4f7d6db commit 6395055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
# run: sudo docker compose create
steps:
- name: Start services
run: docker compose up
run: docker compose start

0 comments on commit 6395055

Please sign in to comment.