Skip to content

Commit

Permalink
all green?
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Mar 3, 2024
1 parent f7fed44 commit 2c31a19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
mysql-version: "8.1"
- run: bun install
working-directory: ${{ matrix.dir }}
- run: echo "DATABASE_URL=$(sqlc createdb --queryset ${{ matrix.qs }})" >> $GITHUB_ENV
working-directory: examples/authors
env:
SQLC_AUTH_TOKEN: ${{ secrets.SQLC_AUTH_TOKEN }}
- run: mysql --user="root" --database="mysql" < schema.sql
working-directory: examples/authors/mysql
- run: bun run src/main.ts
working-directory: ${{ matrix.dir }}
env:
DATABASE_URL: mysql://root:@localhost:3306/mysql

bun-postgresql:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2c31a19

Please sign in to comment.