Skip to content

feat(postgresql): integrate current-main runtime, data protection, lifecycle, auth, and PG17/18 metrics changes #3098

feat(postgresql): integrate current-main runtime, data protection, lifecycle, auth, and PG17/18 metrics changes

feat(postgresql): integrate current-main runtime, data protection, lifecycle, auth, and PG17/18 metrics changes #3098

name: ShellSpec Test PR Review
on:
pull_request_review:
types: [submitted]
jobs:
shellspec-test-pr:
if: github.event.review.state == 'approved'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install helm
uses: azure/setup-helm@v4
- name: Build helm chart dependencies
run: |
for chart in addons/*/Chart.yaml; do
dir=$(dirname "$chart")
if grep -q 'dependencies:' "$chart" 2>/dev/null; then
helm dependency build "$dir" 2>/dev/null || true
fi
done
- name: shellspec test
run: |
make scripts-test