* improve ci and tests * add more tests * fixes * fix tests * fix more * fix * fix * fix * fix * fix for real * tests and doc * fix cp * fix link pg0 * fix pg0 * fix pg0 * fix pg0 * even better * more * fix
11 lines
296 B
YAML
11 lines
296 B
YAML
name: 'Setup pg0'
|
|
description: 'Install pg0 embedded PostgreSQL'
|
|
|
|
runs:
|
|
using: 'composite'
|
|
steps:
|
|
- name: Install pg0
|
|
shell: bash
|
|
run: |
|
|
curl -fsSL https://raw.githubusercontent.com/vectorize-io/pg0/main/install.sh | bash
|
|
echo "$HOME/.pg0/bin" >> $GITHUB_PATH
|