Skip to content

Commit eb8d841

Browse files
committed
Update yaml format
1 parent 8b30b5b commit eb8d841

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ jobs:
4646
- uses: actions/checkout@v4
4747

4848
- name: Configure PostgreSQL
49+
run: |
4950
cp tool/pg_hba.conf.postgres /etc/postgresql/15/main/pg_hba.conf
50-
echo " * soft nproc unlimited" > tee /etc/security/limits.d/postgres-limits.conf
51+
echo " * soft nproc unlimited" > /etc/security/limits.d/postgres-limits.conf
5152
service postgresql start
5253
5354
- name: Install Python dependencies

0 commit comments

Comments
 (0)