Skip to content

Commit 75ccfea

Browse files
authored
Update Jenkinsfile
1 parent a98d549 commit 75ccfea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Jenkinsfile

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ pipeline {
2020
sudo apt install python3 make libsasl2-dev libldap2-dev libssl-dev tesseract-ocr-all -y
2121
curl -sSL https://install.python-poetry.org | python3 -
2222
export PATH=/var/lib/jenkins/.local/bin:$PATH
23+
pip install psycopg2-binary
2324
poetry env use python3.10
2425
poetry install
2526
poetry add \"psycopg2-binary==2.8.6\"
@@ -32,8 +33,10 @@ pipeline {
3233
stage('Tests') {
3334
steps {
3435
sh '''
36+
cd frontend
3537
yarn test:ci
3638
yarn build
39+
cd ..
3740
make backend-test
3841
'''
3942
}

0 commit comments

Comments
 (0)