浏览代码

Attempt to fix and debug read-only filesystem issue at build.

Dan Helfman 1 年之前
父节点
当前提交
141ba2771d
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 1 0
      .gitea/workflows/test.yaml
  2. 2 1
      tests/end-to-end/docker-compose.yaml

+ 1 - 0
.gitea/workflows/test.yaml

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

+ 2 - 1
tests/end-to-end/docker-compose.yaml

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