Skip to content

Commit c7684ac

Browse files
committed
Renode docker: fixed permission
1 parent 2c7bc0d commit c7684ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wolfboot-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
--rm \
155155
--log-driver=none -a stdout -a stderr \
156156
--volume "$PWD:/workspace" \
157-
--volume "${GITHUB_WORKSPACE}:${GITHUB_WORKSPACE}:ro" \
157+
--volume "${GITHUB_WORKSPACE}:${GITHUB_WORKSPACE}" \
158158
--volume "$result_dir:/tmp/test_results" \
159159
--env SCRIPT=/workspace/renode-config.resc \
160160
--env RENODE_CHECKOUT=/home/developer/renode \

0 commit comments

Comments
 (0)