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 85887d4 commit 213d9bdCopy full SHA for 213d9bd
.github/workflows/examples.yml
@@ -49,7 +49,7 @@ jobs:
49
- run: bun install
50
working-directory: ${{ matrix.dir }}
51
- run: psql -f schema.sql "$DATABASE_URL"
52
- working-directory: examples/authors
+ working-directory: examples/authors/postgresql
53
env:
54
DATABASE_URL: ${{ steps.postgres.outputs.connection-uri }}?sslmode=disable
55
- run: bun run src/main.ts
0 commit comments