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