Skip to content

Commit 213d9bd

Browse files
committed
Try again
1 parent 85887d4 commit 213d9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- run: bun install
5050
working-directory: ${{ matrix.dir }}
5151
- run: psql -f schema.sql "$DATABASE_URL"
52-
working-directory: examples/authors
52+
working-directory: examples/authors/postgresql
5353
env:
5454
DATABASE_URL: ${{ steps.postgres.outputs.connection-uri }}?sslmode=disable
5555
- run: bun run src/main.ts

0 commit comments

Comments
 (0)