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