Skip to content
Snippets Groups Projects
Commit c9ed85d6 authored by Nicoleta Ursu's avatar Nicoleta Ursu
Browse files

fix: adding filtering manuscripts by topic

parent 15fcd5ac
No related branches found
No related tags found
No related merge requests found
......@@ -99,11 +99,11 @@ deploy:
# - 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:$TEST_ITEM
# test-chrome:
# <<: *run_test_template
# variables:
# TEST_ITEM: "chrome:elife"
# TEST_ITEM: "chrome:elife"
# script:
# - *run_script_template
......@@ -142,7 +142,6 @@ test-chrome:
# specify host here else it confuses the linked postgres image
- echo $INSTANCE_NAME
- POSTGRES_HOST=postgres yarn test:all:chrome:elife
# test-chrome-samsung:
# image: $IMAGE_ORG/$IMAGE_NAME-dev:$CI_COMMIT_SHA
# stage: test
......@@ -251,7 +250,7 @@ test-chrome:
# - apt-get -y install postgresql-client
# - psql -h postgres -U kotahidev -d kotahidev -c "create extension pgcrypto;"
# - cp .env.example .env
# - POSTGRES_HOST=postgres yarn test:all:chrome:elife:hd:laptop
# - POSTGRES_HOST=postgres yarn test:all:chrome:elife:hd:laptop
# test-firefox:
# image: $IMAGE_ORG/$IMAGE_NAME-dev:$CI_COMMIT_SHA
......
......@@ -35,4 +35,4 @@
"valueAdded": "This is the value added",
"label": "Ready to evaluate",
"topic": "modeling"
}
\ No newline at end of file
}
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