ci: add missing file copy

This commit is contained in:
naskya 2024-05-11 10:35:00 +09:00
parent 132615958b
commit 4fbf211e96
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
1 changed files with 1 additions and 0 deletions

View File

@ -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: