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