Skip to content

Commit

Permalink
chown all files
Browse files Browse the repository at this point in the history
  • Loading branch information
sanak committed Jun 15, 2024
1 parent 8940db8 commit 9756e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
cp .env.example .env
cp tests/.env.test tests/.env
sudo chown -R postgres:postgres .env tests
sudo chown -R postgres:postgres ./
sudo -u postgres bash tests/create_test_db_from_fixtures.sh
- name: Run test
Expand Down

0 comments on commit 9756e17

Please sign in to comment.