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