Skip to content

Commit 9a0228b

Browse files
committed
concern dir
1 parent 611a5a0 commit 9a0228b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ pipeline {
1616
steps {
1717
echo "test pipeline"
1818
sh '''
19+
cd /app
1920
npm install --save-dev jest
2021
docker exec -it node sh -c 'npm test jest'
2122
'''

0 commit comments

Comments
 (0)