mirror of
https://github.com/wassname/talk.git
synced 2026-07-31 12:50:48 +08:00
adjusted build pipelin
This commit is contained in:
@@ -108,7 +108,18 @@ jobs:
|
||||
# chrome headless.
|
||||
test_integration_chrome_local:
|
||||
<<: *integration_job
|
||||
environment:
|
||||
<<: *integration_environment
|
||||
E2E_BROWSERS: chrome
|
||||
|
||||
# test_integration_firefox_local will run the integration tests locally with
|
||||
# firefox headless.
|
||||
test_integration_firefox_local:
|
||||
<<: *integration_job
|
||||
environment:
|
||||
<<: *integration_environment
|
||||
E2E_BROWSERS: firefox
|
||||
|
||||
# test_integration_chrome will run the integration tests with chrome in
|
||||
# browserstack.
|
||||
test_integration_chrome:
|
||||
@@ -171,6 +182,9 @@ workflows:
|
||||
- test_integration_chrome_local:
|
||||
requires:
|
||||
- build_assets
|
||||
- test_integration_firefox_local:
|
||||
requires:
|
||||
- build_assets
|
||||
deploy-tagged:
|
||||
jobs:
|
||||
- npm_dependencies:
|
||||
|
||||
Reference in New Issue
Block a user