client icon indicating copy to clipboard operation
client copied to clipboard

Github actions: Run unit tests as non root user

Open TheOneRing opened this issue 3 years ago • 1 comments

Introduced in: #10045

Exec: /usr/bin/python3 /home/testuser/craft/CraftMaster/CraftMaster/CraftMaster.py --config /__w/client/client/.craft.ini --config-override /__w/client/client/.github/workflows/craft_override.ini --target linux-64-gcc --variables WORKSPACE=/home/testuser/craft -c --no-cache --src-dir /__w/client/client --test owncloud/owncloud-client
/usr/bin/python3: can't open file '/home/testuser/craft/CraftMaster/CraftMaster/CraftMaster.py': [Errno 2] No such file or directory

TheOneRing avatar Sep 06 '22 10:09 TheOneRing

#10110 reverts the broken commit

TheOneRing avatar Sep 14 '22 10:09 TheOneRing