Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
anniemon committed Dec 5, 2024
1 parent e7351ba commit 7b82192
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
sudo /etc/init.d/mysql start
mysql -h 127.0.0.1 -P 3307 -uroot -proot -e "CREATE DATABASE IF NOT EXISTS e_commerce_test;"
mysql -h 127.0.0.1 -P 3307 -uroot -proot e_commerce_test < ./docker/mysql/init-backend.sql
- name: start server
run: npm run start
- name: migrate
run: npm run migration:run-test
- name: npm run ${{ matrix.workspace }}
Expand Down

0 comments on commit 7b82192

Please sign in to comment.