Attempt to fix and debug read-only filesystem issue at build.
test / test (push) Has been cancelled Details

This commit is contained in:
Dan Helfman 2024-03-06 11:10:20 -08:00
parent a527f76d08
commit 141ba2771d
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -49,7 +49,8 @@ services:
environment:
TEST_CONTAINER: true
volumes:
- "../..:/app:ro"
# - "../..:/app:ro"
- "../..:/app"
tmpfs:
- "/app/borgmatic.egg-info"
- "/app/build"