Skip to content

Commit

Permalink
Add sudo command
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Aug 7, 2023
1 parent 2f2272d commit 0f4ecb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
if: steps.get-docker-hub-username.outputs.dockerhub_username
- name: Install PostgreSQL client
run: |
apt-get update
apt-get install --yes postgresql-client
sudo apt-get update
sudo apt-get install --yes postgresql-client
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 0f4ecb9

Please sign in to comment.