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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: scripts/run-end-to-end-tests
|
- run: scripts/run-end-to-end-tests
|
||||||
|
- run: find . -name borgmatic-1.8.9.dev0
|
||||||
|
|
|
@ -49,7 +49,8 @@ services:
|
||||||
environment:
|
environment:
|
||||||
TEST_CONTAINER: true
|
TEST_CONTAINER: true
|
||||||
volumes:
|
volumes:
|
||||||
- "../..:/app:ro"
|
# - "../..:/app:ro"
|
||||||
|
- "../..:/app"
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- "/app/borgmatic.egg-info"
|
- "/app/borgmatic.egg-info"
|
||||||
- "/app/build"
|
- "/app/build"
|
||||||
|
|
Loading…
Reference in a new issue