Skip to content

Commit 3047090

Browse files
authored
Update README.md
1 parent 44fd09c commit 3047090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ steps:
4141
password: sw0rdfish
4242
database: test
4343
port: 34837
44-
id: postgres
44+
id: pg
4545

4646
- run: pytest -vv tests/
4747
env:
48-
DATABASE_URI: ${{ steps.postgres.outputs.connection-uri }}
48+
DATABASE_URI: ${{ steps.pg.outputs.connection-uri }}
4949
```
5050
5151
## License

0 commit comments

Comments
 (0)