We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868c99c commit a243ed6Copy full SHA for a243ed6
.github/workflows/examples.yml
@@ -80,10 +80,8 @@ jobs:
80
working-directory: ${{ matrix.dir }}
81
- run: npx tsc
82
83
- - run: mysql "$DATABASE_URL" < schema.sql
+ - run: mysql --user="root" --database="mysql" < schema.sql
84
working-directory: examples/authors/mysql
85
- env:
86
- DATABASE_URL: root:@localhost:3306/mysql
87
- run: node ./src/main.js
88
89
env:
0 commit comments