Skip to content

Commit

Permalink
fix: remove init script form 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 d6d755c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ jobs:
--health-retries 5
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 d6d755c

Please sign in to comment.