Revision 1ee16a7c
Von Enrique Morales vor mehr als 1 Jahr hinzugefügt
.github/workflows/main.yml | ||
---|---|---|
15 | 15 |
run: | |
16 | 16 |
cp config/kivitendo.conf.default config/kivitendo.conf |
17 | 17 |
sed -i '/db[ ]*=/ s/$/ testdb/' config/kivitendo.conf |
18 |
sudo sed -i '/host[ ]*all[ ]*all[ ]*127/s/md5/trust/' /etc/postgresql/14/main/pg_hba.conf |
|
18 |
sudo sed -i '/host[ ]*all[ ]*all[ ]*127/s/scram-sha-256/trust/' /etc/postgresql/14/main/pg_hba.conf |
|
19 |
- name: Postgresql starten |
|
19 | 20 |
- name: Setup upterm session |
20 | 21 |
uses: lhotari/action-upterm@v1 |
21 | 22 |
- name: Starten der Tests... |
Auch abrufbar als: Unified diff
Update main.yml
postgres config angepasst