Skip to content
Snippets Groups Projects
Commit 91796ddf authored by Paul Millar's avatar Paul Millar
Browse files

Update CI/CD to test Search API endpoints

parent 5d0f46c5
No related branches found
No related tags found
1 merge request!41Update CI/CD to test Search API endpoints
Pipeline #467899 passed
......@@ -6,17 +6,23 @@ stages:
variables:
JEKYLL_ENV: production
before_script:
- gem install bundler jekyll --no-document
- bundle install
test:
test_oai_pmh:
stage: test
script:
- bundle exec ruby scripts/check_oai_pmh.rb
allow_failure: true
test_pan_search:
stage: test
script:
- bundle exec ruby scripts/check_search_api.rb
allow_failure: true
build:
stage: build
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment