We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8fdb7 commit 7f5f03cCopy full SHA for 7f5f03c
1 file changed
.github/workflows/wolfboot-integration.yml
@@ -154,7 +154,7 @@ jobs:
154
--rm \
155
--log-driver=none -a stdout -a stderr \
156
--volume "$PWD:/workspace" \
157
- --volume "${GITHUB_WORKSPACE}:${GITHUB_WORKSPACE}:ro" \
+ --volume "${GITHUB_WORKSPACE}:${GITHUB_WORKSPACE}" \
158
--volume "$result_dir:/tmp/test_results" \
159
--env SCRIPT=/workspace/renode-config.resc \
160
--env RENODE_CHECKOUT=/home/developer/renode \
0 commit comments