Skip to content

Commit

Permalink
Merge pull request #41 from ZaidMaslouhi/patch-2
Browse files Browse the repository at this point in the history
fix: Docker Compose Command in main.yml
  • Loading branch information
zaro committed Apr 4, 2024
2 parents b6c71c5 + 55d139b commit b047951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -29,7 +29,7 @@ jobs:

# Runs a single command using the runners shell
- name: build docker db
run: docker-compose up -d
run: docker compose up -d

- name: install
run: yarn install
Expand All @@ -38,7 +38,7 @@ jobs:
run: yarn build

- name: check docker
run: docker-compose up -d
run: docker compose up -d

# Runs a set of commands using the runners shell
- name: tests
Expand Down

0 comments on commit b047951

Please sign in to comment.