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

ci: movied yarn test in eLife tests

parent 7d0fb7f3
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,6 @@ lint:
- psql -h postgres -U kotahidev -d kotahidev -c "create extension pgcrypto;"
# use the example env for tests
- cp .env.example .env
- POSTGRES_HOST=postgres yarn test:all:chrome:$TEST_ITEM
test-chrome:
<<: *run_test_template
......@@ -99,6 +98,7 @@ test-chrome:
TEST_ITEM: elife
script:
- *run_script_template
- POSTGRES_HOST=postgres yarn test:all:chrome:$TEST_ITEM
# .test_template: &run_test_template
# 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