Skip to content

Commit

Permalink
.github: e2e: Mount docker js src rw, not ro
Browse files Browse the repository at this point in the history
  • Loading branch information
ix5 committed May 27, 2022
1 parent 105d023 commit 15f5eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 15f5eeb

Please # to comment.