diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 7ca4d5998..db65cef84 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -52,7 +52,7 @@ jobs: run: | docker run \ --mount type=bind,source=${{ github.workspace }}/package.json,target=/src/package.json,readonly \ - --mount type=bind,source=${{ github.workspace }}/isso/js/,target=/src/isso/js/,readonly \ + --mount type=bind,source=${{ github.workspace }}/isso/js/,target=/src/isso/js/ \ --env ISSO_ENDPOINT='http://isso-dev.local:8080' \ --network container:isso-server \ ${{ env.TESTBED_IMAGE }} npm run test-integration