We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02e460 commit 8256d55Copy full SHA for 8256d55
1 file changed
README.md
@@ -17,7 +17,7 @@ Lightning-fast Postgres setup for GitHub Actions that just works. Cross-platform
17
steps:
18
- uses: bmizerany/setup-postgres@v3
19
20
- # Your steps runs here
+ # Your steps here
21
- run: psql 'SELECT 1'
22
- run: go test ./...
23
- run: bun test
0 commit comments