Skip to content

Commit

Permalink
PostgreSQLのユーザー設定。
Browse files Browse the repository at this point in the history
  • Loading branch information
Fumika Koyama committed Nov 6, 2023
1 parent 1475480 commit 9712700
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/samples-dressca-backend.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@ jobs:
shell: bash
run: |
sudo systemctl start postgresql.service
sudo su - postgres
psql -U postgres
alter role postgres with password 'postgres';
sudo bash -c "echo \"local all all md5\" >> /etc/postgresql/14/main/pg_hba.conf"
sudo su postgres -c "psql postgres -c \"alter role postgres with login password 'postgres';\""
- id: run-tests
name: テストの実行
Expand Down

0 comments on commit 9712700

Please sign in to comment.