From 141ba2771d991f3f10db3ba7b1307a3b18b05833 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 6 Mar 2024 11:10:20 -0800 Subject: [PATCH] Attempt to fix and debug read-only filesystem issue at build. --- .gitea/workflows/test.yaml | 1 + tests/end-to-end/docker-compose.yaml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 571ea9d7..54d35e54 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -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 diff --git a/tests/end-to-end/docker-compose.yaml b/tests/end-to-end/docker-compose.yaml index 72ec8c79..96def4c3 100644 --- a/tests/end-to-end/docker-compose.yaml +++ b/tests/end-to-end/docker-compose.yaml @@ -49,7 +49,8 @@ services: environment: TEST_CONTAINER: true volumes: - - "../..:/app:ro" +# - "../..:/app:ro" + - "../..:/app" tmpfs: - "/app/borgmatic.egg-info" - "/app/build"