Skip to content

Commit 84dfbc2

Browse files
SamFarringtonclaude
andcommitted
fix(EUDPA-177): run tests container as root for volume write access
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f785193 commit 84dfbc2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
run: |
2323
docker run --rm \
2424
--network host \
25+
--user root \
2526
-v ${{ github.workspace }}/artifacts/test-results:/app/test-results \
2627
-v ${{ github.workspace }}/artifacts/playwright-report:/app/playwright-report \
2728
-v ${{ github.workspace }}/artifacts/allure-results:/app/allure-results \

0 commit comments

Comments
 (0)