ci(bstein-home): run frontend test stage under bash
This commit is contained in:
parent
4c390426ca
commit
7d7c719fc7
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -262,8 +262,7 @@ PY
|
||||
stage('Frontend tests') {
|
||||
steps {
|
||||
container('frontend') {
|
||||
sh '''
|
||||
#!/usr/bin/env bash
|
||||
sh(script: '''#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
mkdir -p build
|
||||
cd frontend
|
||||
@ -272,7 +271,7 @@ PY
|
||||
npm run test:unit
|
||||
npm run test:component
|
||||
npm run test:e2e
|
||||
'''
|
||||
''')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user