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 8b30b5b commit eb8d841Copy full SHA for eb8d841
.github/workflows/build-test.yml
@@ -46,8 +46,9 @@ jobs:
46
- uses: actions/checkout@v4
47
48
- name: Configure PostgreSQL
49
+ run: |
50
cp tool/pg_hba.conf.postgres /etc/postgresql/15/main/pg_hba.conf
- echo " * soft nproc unlimited" > tee /etc/security/limits.d/postgres-limits.conf
51
+ echo " * soft nproc unlimited" > /etc/security/limits.d/postgres-limits.conf
52
service postgresql start
53
54
- name: Install Python dependencies
0 commit comments