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 36c6663 commit 7e58e4bCopy full SHA for 7e58e4b
README.md
@@ -27,18 +27,19 @@ key features:
27
28
```yaml
29
steps:
30
- - uses: ikalnytskyi/action-setup-postgres@v1
+ - uses: ikalnytskyi/action-setup-postgres@v2
31
```
32
33
#### Advanced
34
35
36
37
38
with:
39
username: ci
40
password: sw0rdfish
41
database: test
42
+ port: "34837"
43
id: postgres
44
45
- run: pytest -vv tests/
0 commit comments