mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-21 14:37:49 +00:00
Add tmpfs for /mnt/root/tmp in test env
This is to prevent the target state cache from getting written to host during tests. Change-type: patch Signed-off-by: Christina Ying Wang <christina@balena.io>
This commit is contained in:
parent
1b6cf322b0
commit
5564a51acf
@ -25,6 +25,7 @@ services:
|
||||
- ./test/lib/wait-for-it.sh:/wait-for-it.sh
|
||||
tmpfs:
|
||||
- /data # sqlite3 database
|
||||
- /mnt/root/tmp
|
||||
|
||||
# The service setup
|
||||
mock-systemd:
|
||||
|
Loading…
Reference in New Issue
Block a user