Skip to content

Commit c0ea136

Browse files
author
chenyunliang520
committed
Enhance tests-ssl.yml workflow and cluster_ha_showcase.py: Add config permissions step in workflow, improve code formatting, add type hints, and enhance string literals in cluster_ha_showcase.py
1 parent 1e757b4 commit c0ea136

File tree

2 files changed

+171
-70
lines changed

2 files changed

+171
-70
lines changed

.github/workflows/tests-ssl.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ jobs:
6868
sudo chmod 644 ${{ github.workspace }}/certs/*key || true
6969
sudo chmod 644 ${{ github.workspace }}/certs/*.crt || true
7070
71+
- name: Set config permissions
72+
run: |
73+
sudo chown -R omm:omm ${{ github.workspace }}/opengauss/conf
74+
7175
- name: Create postgresql.conf with SSL
7276
run: |
7377
sudo -u omm bash -c 'cat > ${{ github.workspace }}/opengauss/conf/postgresql.conf <<EOF

0 commit comments

Comments
 (0)