Skip to content

Commit

Permalink
Restrict COA and DB testing to non-coverage specific job
Browse files Browse the repository at this point in the history
  • Loading branch information
ylavoie committed Mar 20, 2021
1 parent 9d559eb commit cfe667d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,7 @@ executors:
POSTGRES_PASSWORD: test
- image: ledgersmb/ledgersmb_circleci-<< parameters.browser >>
environment:
COA_TESTING: 1
COVERAGE: << parameters.coverage >>
DB_TESTING: 1
# DEVEL_COVER_OPTIONS:
RELEASE_TESTING: 1
PGHOST: localhost
Expand Down Expand Up @@ -228,6 +226,8 @@ jobs:
- start_plackup
- start_proxy
- prove
environment:
COA_TESTING: 1

test_perl28:
<<: *defaults
Expand All @@ -242,6 +242,8 @@ jobs:
- start_plackup
- start_proxy
- prove
environment:
DB_TESTING: 1

# Workflows
# Tests multiple browsers, coverage and dojo
Expand Down

0 comments on commit cfe667d

Please sign in to comment.