mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-08 19:33:53 +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 &
|
redis-server --port 7779 > /dev/null &
|
||||||
- name: Install psql
|
- name: Install psql
|
||||||
run: |
|
run: |
|
||||||
apt install postgresql-client -y
|
sudo apt install postgresql-client -y
|
||||||
- name: Create PostgreSQL databases
|
- name: Create PostgreSQL databases
|
||||||
run: |
|
run: |
|
||||||
psql -h localhost -U teloxide -c "CREATE DATABASE test_postgres_json;"
|
psql -h localhost -U teloxide -c "CREATE DATABASE test_postgres_json;"
|
||||||
|
|
Loading…
Reference in a new issue