Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test build issue #3522

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:
- run: lerna run bundle --ignore docs --scope luigi-client-private
- run: lerna run bundle --ignore docs --scope @luigi-project/testing-utilities
- run: lerna run bundle --ignore docs --scope @luigi-project/client-support-angular
# Check if support library built and present
- run: ls -la test/e2e-test-application/node_modules/@luigi-project/client-support-angular
- run: ls -la client-frameworks-support/client-support-angular/dist/client-support-angular
# Bootstrap again to make sure dependencys are properly linked
- run: lerna bootstrap --ci --force-local --ignore docs
- run: lerna run bundle --ignore docs
- run: lerna run bundlesizeOnly --ignore docs
- run: lerna run build --ignore docs
Expand Down
2 changes: 1 addition & 1 deletion test/e2e-test-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"license": "Apache-2.0",
"scripts": {
"build": "npm run buildConfig && ls -la node_modules/@luigi-project/client-support-angular && ng build",
"build": "npm run buildConfig && ng build",
"lint": "ng lint",
"e2e:open:angular": "cypress open --browser chrome --e2e --config-file cypress/config/e2e-angular-app.config.js",
"e2e:open:external": "cypress open --browser chrome --e2e --config-file cypress/config/externalmf.config.js",
Expand Down