Skip to content

Commit

Permalink
[#ic-87] Merge branch 'master' into ic-87--dismantle-orchestrator
Browse files Browse the repository at this point in the history
  • Loading branch information
balanza committed Nov 19, 2021
2 parents 83c70fb + 414a769 commit 53cbceb
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions .devops/code-review-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,22 +97,23 @@ stages:
yarn test:coverage
displayName: 'Unit tests exec'
- stage: Integration_Tests
dependsOn: []
jobs:
- job: integration_tests
steps:
- template: templates/node-job-setup/template.yaml@pagopaCommons
- script: |
cd __integrations__
cp environments/env.base environments/.env
yarn install --frozen-lockfile
yarn start
displayName: 'Start test resources'
- script: |
cd __integrations__
yarn install --frozen-lockfile
sleep 30s
docker exec integrations___testagent_1 yarn test
# ^^^ FIXME: reference container using a less arbitrary name
displayName: 'Execute tests'
# Let's skip this stage until we have a stable execution on CI/CD environment
# - stage: Integration_Tests
# dependsOn: []
# jobs:
# - job: integration_tests
# steps:
# - template: templates/node-job-setup/template.yaml@pagopaCommons
# - script: |
# cd __integrations__
# cp environments/env.base environments/.env
# yarn install --frozen-lockfile
# yarn start
# displayName: 'Start test resources'
# - script: |
# cd __integrations__
# yarn install --frozen-lockfile
# sleep 30s
# docker exec integrations___testagent_1 yarn test
# # ^^^ FIXME: reference container using a less arbitrary name
# displayName: 'Execute tests'

0 comments on commit 53cbceb

Please sign in to comment.