action: cache downloaded dependencies

This commit is contained in:
Sarah Hoffmann
2020-10-28 11:54:37 +01:00
parent bd04c49bc1
commit 4147e04319
3 changed files with 52 additions and 20 deletions

View File

@@ -13,6 +13,7 @@ runs:
echo 'fsync = off' | sudo tee /etc/postgresql/13/main/conf.d/local.conf
echo 'synchronous_commit = off' | sudo tee -a /etc/postgresql/13/main/conf.d/local.conf
echo 'full_page_writes = off' | sudo tee -a /etc/postgresql/13/main/conf.d/local.conf
echo 'shared_buffers = 1GB' | sudo tee -a /etc/postgresql/13/main/conf.d/local.conf
shell: bash
- name: Setup database