diff --git a/.github/workflows/apps.test.yaml b/.github/workflows/apps.test.yaml index 86f18a4575c..feb0159e21f 100644 --- a/.github/workflows/apps.test.yaml +++ b/.github/workflows/apps.test.yaml @@ -92,6 +92,8 @@ jobs: install="true" echo "::set-output name=install::true" fi + groupadd apps -g 568 + useradd apps -u 568 -g 568 -d /home/apps -s /bin/bash - name: Install Helm if: ${{ matrix.app != '.gitkee' }}