test: refs #6695 e2e better build front image
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
4ff071c775
commit
4546f19432
|
@ -130,7 +130,7 @@ pipeline {
|
|||
steps {
|
||||
sh 'docker build -f Dockerfile.e2e -t front .'
|
||||
// sh 'docker-compose -f docker-compose.e2e.yml build'
|
||||
sh 'docker-compose -f docker-compose.e2e.yml up -d front'
|
||||
sh 'docker-compose -f docker-compose.e2e.yml up -d front_e2e'
|
||||
}
|
||||
}
|
||||
// stage('Build Cypress') {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: '3.7'
|
||||
services:
|
||||
front:
|
||||
image: front
|
||||
image: front_e2e
|
||||
command: npx quasar dev
|
||||
# command: npx quasar serve --history --proxy ./proxy.mjs --hostname 127.0.0.1 --port 9000
|
||||
build:
|
||||
|
@ -11,7 +11,7 @@ services:
|
|||
volumes:
|
||||
- ./node_modules:/app/node_modules
|
||||
e2e:
|
||||
image: front
|
||||
image: front_e2e
|
||||
command: pnpx cypress run --browser chromium
|
||||
build:
|
||||
context: .
|
||||
|
|
Loading…
Reference in New Issue