diff --git a/.github/workflows/apps.test.yaml b/.github/workflows/apps.test.yaml index feb0159e21f..646b57170c6 100644 --- a/.github/workflows/apps.test.yaml +++ b/.github/workflows/apps.test.yaml @@ -92,8 +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 + sudo groupadd apps -g 568 + sudo useradd apps -u 568 -g 568 -d /home/apps -s /bin/bash - name: Install Helm if: ${{ matrix.app != '.gitkee' }}