Skip to content
Snippets Groups Projects
Commit 4bbb1f2e authored by Ilia Eriomenco's avatar Ilia Eriomenco
Browse files

ci: refactor script template in eLife test-chrome

parent 7e7b7c41
No related branches found
No related tags found
No related merge requests found
...@@ -78,23 +78,23 @@ deploy: ...@@ -78,23 +78,23 @@ deploy:
# used by psql # used by psql
PGUSER: kotahidev PGUSER: kotahidev
PGPASSWORD: kotahidev PGPASSWORD: kotahidev
INSTANCE_NAME: elife
services: services:
- postgres - postgres
script:
- cd ${HOME} .script_templ: &run_script_templ
- apt-get -y install postgresql-client - cd ${HOME}
# this is needed for pgboss initial setup - apt-get -y install postgresql-client
#- psql -h postgres -U kotahidev -d kotahidev -c "create extension pgcrypto;" # use the example env for tests
# use the example env for tests - cp .env.example .env
- cp .env.example .env
# specify host here else it confuses the linked postgres image
- POSTGRES_HOST=postgres yarn test:all:$TEST_ITEM
test-chrome: test-chrome:
<<: *run_test_template <<: *run_test_template
variables: script:
TEST_ITEM: "chrome:elife" - *run_script_templ
# this is needed for pgboss initial setup
- psql -h postgres -U kotahidev -d kotahidev -c "create extension pgcrypto;"
# specify host here else it confuses the linked postgres image
- POSTGRES_HOST=postgres yarn test:all:chrome:elife
# test-chrome: # test-chrome:
# image: $IMAGE_ORG/$IMAGE_NAME-dev:$CI_COMMIT_SHA # image: $IMAGE_ORG/$IMAGE_NAME-dev:$CI_COMMIT_SHA
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment