Skip to content

Commit 1fb4752

Browse files
committed
ci: fix MySQL IntegrationV2 schema path
1 parent ff03140 commit 1fb4752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
# ---------------------------------------------
227227
- name: Init MySQL IntegrationV2 Schema
228228
run: |
229-
mysql -h $MYSQL_HOST -u$MYSQL_USER -p$MYSQL_PASS security_guard_dev < tests/IntegrationV2/MySQL/schema.sql
229+
mysql -h $MYSQL_HOST -u$MYSQL_USER -p$MYSQL_PASS security_guard_dev < resources/sql/security_guard_schema.sql
230230
231231
- name: Init Mongo IntegrationV2 Collections
232232
run: |

0 commit comments

Comments
 (0)