Skip to content

Commit cfdd239

Browse files
committed
try this..
1 parent c25f712 commit cfdd239

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
docker build backend -t decompme_backend
1717
- name: Run tests
1818
run: |-
19+
# NOTE: CI does not run as 'ubuntu' user
20+
export USER_1000=$(getent passwd 1000 | cut -d: -f1)
21+
sudo chown -R "${USER_1000}:${USER_1000}" .
1922
docker run \
2023
-v $(pwd):/decomp.me \
2124
--entrypoint /bin/bash \

0 commit comments

Comments
 (0)