ci: add missing file copy
This commit is contained in:
parent
132615958b
commit
4fbf211e96
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ test:build:backend_ts_only:
|
|||
- apt-get install -y --no-install-recommends build-essential python3 nodejs postgresql-client
|
||||
- corepack enable
|
||||
- corepack prepare pnpm@latest --activate
|
||||
- cp .config/ci.yml .config/default.yml
|
||||
- export PGPASSWORD="${POSTGRES_PASSWORD}"
|
||||
- psql --host postgres --user "${POSTGRES_USER}" --dbname "${POSTGRES_DB}" --command 'CREATE EXTENSION pgroonga'
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue