Skip to content

Commit

Permalink
Update scripts-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw authored Mar 6, 2024
1 parent b43fa66 commit 6b1b56c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/scripts-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,6 @@ jobs:
shell: bash
continue-on-error: true

- name: start mysql
run: |
docker run -d \
--name mysql4 \
-p 13306:3306 \
-p 3306:33060 \
-v "$(pwd)/components/mysql/data:/var/lib/mysql" \
-v "/etc/localtime:/etc/localtime" \
-e MYSQL_ROOT_PASSWORD="openIM123" \
--restart always \
mysql:5.7
sleep 60;
- name: start all services
run: |
sudo make init && \
Expand Down

0 comments on commit 6b1b56c

Please sign in to comment.