Skip to content

Commit 5af9d97

Browse files
authored
Workaround need for cockroach-data volume mapping with appropriate user permissions in CI (#626)
See also #625
1 parent 4ac0750 commit 5af9d97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,10 @@ jobs:
568568
MEMORY_SIZE: .75
569569
ports:
570570
- 26257:26257
571+
# Workaround need for volume mapping and user perms.
572+
# See Also: Issue #625
573+
options: >-
574+
--user root
571575
steps:
572576
- name: Download artifact
573577
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)