diff --git a/.github/workflows/integration-tests-command.yml b/.github/workflows/integration-tests-command.yml index fe2f32679c..8748950c5c 100644 --- a/.github/workflows/integration-tests-command.yml +++ b/.github/workflows/integration-tests-command.yml @@ -1491,7 +1491,7 @@ jobs: POSTGRES_PASSWORD: postgres NODE_TLS_REJECT_UNAUTHORIZED: "0" MACHINE: ${{matrix.machine}} - run: ./start-test.sh + run: sudo ./start-test.sh # Restore the previous built bundle if present. If not push the newly built into the cache - name: Restore the previous bundle