Skip to content

Commit

Permalink
added sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
alondhe committed Aug 21, 2023
1 parent af71b5f commit 8da0609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8da0609

Please sign in to comment.