Skip to content

Commit

Permalink
ci(core): Use tempfs for mariadb and postgres in tests (n8n-io#11824)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi authored Nov 21, 2024
1 parent d99e0a7 commit 3aeb4a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
- MARIADB_MYSQL_LOCALHOST_USER=true
ports:
- 3306:3306
tmpfs:
- /var/lib/mysql

postgres:
image: postgres:16
Expand All @@ -17,3 +19,5 @@ services:
- POSTGRES_PASSWORD=password
ports:
- 5432:5432
tmpfs:
- /var/lib/postgresql/data

0 comments on commit 3aeb4a4

Please sign in to comment.