Attempt to fix and debug read-only filesystem issue at build.
This commit is contained in:
parent
a527f76d08
commit
141ba2771d
2 changed files with 3 additions and 1 deletions
|
@ -9,3 +9,4 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: scripts/run-end-to-end-tests
|
||||
- run: find . -name borgmatic-1.8.9.dev0
|
||||
|
|
|
@ -49,7 +49,8 @@ services:
|
|||
environment:
|
||||
TEST_CONTAINER: true
|
||||
volumes:
|
||||
- "../..:/app:ro"
|
||||
# - "../..:/app:ro"
|
||||
- "../..:/app"
|
||||
tmpfs:
|
||||
- "/app/borgmatic.egg-info"
|
||||
- "/app/build"
|
||||
|
|
Loading…
Reference in a new issue