We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff03140 commit 1fb4752Copy full SHA for 1fb4752
.github/workflows/ci.yml
@@ -226,7 +226,7 @@ jobs:
226
# ---------------------------------------------
227
- name: Init MySQL IntegrationV2 Schema
228
run: |
229
- mysql -h $MYSQL_HOST -u$MYSQL_USER -p$MYSQL_PASS security_guard_dev < tests/IntegrationV2/MySQL/schema.sql
+ mysql -h $MYSQL_HOST -u$MYSQL_USER -p$MYSQL_PASS security_guard_dev < resources/sql/security_guard_schema.sql
230
231
- name: Init Mongo IntegrationV2 Collections
232
0 commit comments