Skip to content

Commit a243ed6

Browse files
committed
ok try again
1 parent 868c99c commit a243ed6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,8 @@ jobs:
8080
working-directory: ${{ matrix.dir }}
8181
- run: npx tsc
8282
working-directory: ${{ matrix.dir }}
83-
- run: mysql "$DATABASE_URL" < schema.sql
83+
- run: mysql --user="root" --database="mysql" < schema.sql
8484
working-directory: examples/authors/mysql
85-
env:
86-
DATABASE_URL: root:@localhost:3306/mysql
8785
- run: node ./src/main.js
8886
working-directory: ${{ matrix.dir }}
8987
env:

0 commit comments

Comments
 (0)