This commit is contained in:
Jakub Miazek 2022-06-03 19:52:51 +02:00
parent dc2172b19e
commit 897d47db83

View File

@ -25,7 +25,7 @@ jobs:
steps:
- name: Create database schema
run: PGPASSWORD=secret psql -h 127.0.0.1 -d testdb -U user -c "CREATE SCHEMA shakespeare; CREATE SCHEMA the_others;"
run: PGPASSWORD=secret psql -h 127.0.0.1 -d testdb -U user -c "CREATE SCHEMA shakespeare_i_like; CREATE SCHEMA happy_hog;"
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2