Skip to content

Commit 3451eaa

Browse files
committed
fix: removed the wrong docker command...
1 parent 3a86ec8 commit 3451eaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- name: build
4141
run: yarn build
4242

43-
- name: check again
44-
run: docker-compose exec db mysql -u root
43+
- name: check docker
44+
run: docker-compose up -d
4545

4646
# Runs a set of commands using the runners shell
4747
- name: tests

0 commit comments

Comments
 (0)