File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed
Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 6060 # try to build the documentation
6161 sh ./build_openupgrade_docs
6262 - name : Commit changes
63- uses : EndBug/add-and-commit@v9
63+ uses : EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
6464 with :
6565 add : " docs"
6666 default_author : github_actions
Original file line number Diff line number Diff line change @@ -25,21 +25,22 @@ jobs:
2525 PGPASSWORD : " odoo"
2626 PGUSER : " odoo"
2727 OPENUPGRADE_USE_DEMO : " yes"
28+ services :
29+ postgres :
30+ image : postgres:14.0
31+ env :
32+ POSTGRES_USER : odoo
33+ POSTGRES_PASSWORD : odoo
34+ POSTGRES_DB : odoo
35+ ports :
36+ - 5432:5432
2837 steps :
2938 - name : Set up Python
3039 uses : actions/setup-python@v5
3140 with :
3241 python-version : ' 3.10'
33- - name : Configure Postgres
34- uses : harmon758/postgresql-action@v1
35- with :
36- postgresql version : " 14"
37- postgresql user : ${DB_USERNAME}
38- postgresql password : ${DB_PASSWORD}
39- - name : Wait / Sleep
40- uses :
jakejarvis/[email protected] 41- with :
42- time : " 10s"
42+ - name : Sleep for 10 seconds
43+ run : sleep 10s
4344 - name : DB Creation
4445 run : createdb $DB
4546 - name : DB Restore
You can’t perform that action at this time.
0 commit comments