Skip to content

Commit

Permalink
fix: remove init mariadb script from gh ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-yarmosh committed Dec 12, 2023
1 parent b02450a commit f400cf7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Init MariaDB
run: |
mysql -u directus -ppassword --database=directus --protocol=tcp < config/init.sql
- uses: actions/setup-node@v3
with:
node-version: 18.x
Expand Down

0 comments on commit f400cf7

Please sign in to comment.