mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Fix ci.yml with sudo
This commit is contained in:
parent
5a9bbf3f0b
commit
3a392aded3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -135,7 +135,7 @@ jobs:
|
|||
redis-server --port 7779 > /dev/null &
|
||||
- name: Install psql
|
||||
run: |
|
||||
apt install postgresql-client -y
|
||||
sudo apt install postgresql-client -y
|
||||
- name: Create PostgreSQL databases
|
||||
run: |
|
||||
psql -h localhost -U teloxide -c "CREATE DATABASE test_postgres_json;"
|
||||
|
|
Loading…
Reference in a new issue