Skip to content

Commit

Permalink
Add the Contract Tests to the mobile CI/CD pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
FFFra committed Feb 27, 2024
1 parent bf1a734 commit 93993e1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ci/Jenkinsfile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ pipeline {
}
}
}
stage('Contract Tests') {
steps {
sh """#!/bin/bash
set -eo pipefail
make test-contract 2>&1 | tee -a ${LOG_FILE}
"""
}
}
stage('Integration Tests') {
steps {
sh """#!/bin/bash
Expand Down

0 comments on commit 93993e1

Please sign in to comment.