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"