fix: crzy dev, not use this, certs in tests/certs dir for https deploy e2e server
This commit is contained in:
parent
49d6f17779
commit
105b286b37
4
.github/workflows/node-ci.yml
vendored
4
.github/workflows/node-ci.yml
vendored
|
@ -34,12 +34,10 @@ jobs:
|
|||
run: npm run e2e:install
|
||||
|
||||
- name: Serve the build directory
|
||||
run: npx http-server ./dist -p 8080 &
|
||||
# Adjust "./build" to your build output directory
|
||||
run: npx http-server ./dist -p 8080 --ssl --cert ./tests/certs/cert.pem --key ./tests/certs/key.pem &
|
||||
|
||||
# - name: Run e2e tests
|
||||
# run: npm run e2e:tests
|
||||
|
||||
- name: Run e2e tests
|
||||
run: npm run e2e:tests:ci
|
||||
# Ensure your e2e tests can accept a baseUrl parameter
|
||||
|
|
Loading…
Reference in New Issue
Block a user