Skip to content

Commit

Permalink
Add compose create to dev workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
flynnc3 authored Apr 2, 2023
1 parent 6395055 commit 4ec82c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
run:
working-directory: "DeFi-Data-Engine/"

# steps:
# - name: Create Containers
# run: sudo docker compose create
steps:
- name: Create Containers
run: docker compose create

- name: Start services
run: docker compose start

0 comments on commit 4ec82c8

Please sign in to comment.