8000 Tags · ikalnytskyi/action-setup-postgres · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ikalnytskyi/action-setup-postgres

Tags

v7

Toggle v7's commit message

Verified

This commit was signed with the committer’s verified signature.
ikalnytskyi Ihor Kalnytskyi
Version 7

v6

Toggle v6's commit message

Verified

This commit was signed with the committer’s verified signature.
ikalnytskyi Ihor Kalnytskyi
Version 6

v5

Toggle v5's commit message

Verified

This commit was signed with the committer’s verified signature.
ikalnytskyi Ihor Kalnytskyi
Bump version to v5

v4

Toggle v4's commit message

Verified

This commit was signed with the committer’s verified signature.
ikalnytskyi Ihor Kalnytskyi
Use '@v4' tag in usage examples

v3

Toggle v3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #4 from ikalnytskyi/encoding

Use encoding="UTF-8" and locale="en_US.UTF-8"

v2

Toggle v2's commit message

Verified

This commit was signed with the committer’s verified signature.
ikalnytskyi Ihor Kalnytskyi
Use @v2 example in README

v1

Toggle v1's commit message

Verified

This commit was signed with the committer’s verified signature.
ikalnytskyi Ihor Kalnytskyi
Add basic implementation

The 'setup-postgres' action has been developed by me for
xsnippet/xsnippet-api [1] purpose where we want to run our tests on all
major operating systems. Existing actions are built around Docker
containers, and hence are available for Linux only.

I figured that the work I have done there might be useful for someone
else, and so I decided to create a standalone reusable action and
publish it on GitHub Marketplace.

[1] https://github.com/xsnippet/xsnippet-api/blob/40953d18b70e19d8535bf3aee88f28fe1407b36a/.github/actions/setup-postgres/action.yml
0