We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0b62e commit 422fdafCopy full SHA for 422fdaf
.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
69
70
# For Linux, use custom Docker image with plpgsql_check
71
- name: Build and start PostgreSQL with plpgsql_check
72
- if: runner.os == 'Linux'
+ if: runner.os == 'macOS' || runner.os == 'Linux'
73
run: |
74
docker build -t postgres-plpgsql-check:latest .
75
docker run -d --name postgres \
0 commit comments