Attempt to fix and debug read-only filesystem issue at build.
Some checks failed
test / test (push) Has been cancelled
Some checks failed
test / test (push) Has been cancelled
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user