Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaidMaslouhi committed Apr 6, 2024
1 parent cc274da commit 350c9ab
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 350c9ab

Please sign in to comment.