From 8da0609ad580f0a46162a8d528dcceaa5c6259dd Mon Sep 17 00:00:00 2001 From: alondhe Date: Sun, 20 Aug 2023 21:57:57 -0300 Subject: [PATCH] added sudo --- .github/workflows/default.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 68c06de..ce3c12c 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -25,8 +25,8 @@ jobs: sleep 360 - name: Test atlasdb run: | - apt-get update - apt-get install --yes --no-install-recommends postgresql-client + sudo apt-get update + sudo apt-get install --yes --no-install-recommends postgresql-client pg_isready -d postgres -h 127.0.0.1 -p 5432 -U postgres - name: Build content profile run: docker-compose --profile content up -d