Skip to content

Commit

Permalink
fix(deps): Update yarn to v4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lordrip committed Sep 3, 2024
1 parent d8cef73 commit 31b89b6
Show file tree
Hide file tree
Showing 11 changed files with 6,295 additions and 6,311 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:

# Lint files
- name: 💅 Run eslint
run: yarn workspaces foreach --verbose --topological-dev run lint
run: yarn workspaces foreach --verbose --all --topological-dev run lint

# Lint style files
- name: 💅 Run stylelint
run: yarn workspace @kaoto/kaoto run lint:style

# Run tests
- name: 🧪 Run tests
run: yarn workspaces foreach --verbose --topological-dev run test
run: yarn workspaces foreach --verbose --all --topological-dev run test

- name: Upload results to Codecov
uses: codecov/codecov-action@v4
Expand All @@ -47,7 +47,7 @@ jobs:

# Build packages excluding @kaoto/camel-catalog since it was build during installing dependencies
- name: Build packages
run: yarn workspaces foreach --verbose --topological-dev --exclude @kaoto/camel-catalog run build
run: yarn workspaces foreach --verbose --all --topological-dev --exclude @kaoto/camel-catalog --exclude @kaoto/camel-catalog-plugin run build

# Build lib
- name: Build @kaoto/kaoto package in lib mode
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# Build packages excluding @kaoto/camel-catalog since it was build during installing dependencies
- name: "🔧 Build packages"
run: |
yarn workspaces foreach --verbose --topological-dev --exclude @kaoto/camel-catalog run build
yarn workspaces foreach --verbose --all --topological-dev --exclude @kaoto/camel-catalog --exclude @kaoto/camel-catalog-plugin run build
- name: "🔧 Tar UI Dist"
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

# Build packages excluding @kaoto/camel-catalog since it was build during installing dependencies
- name: Build packages
run: yarn workspaces foreach --verbose --topological-dev --exclude @kaoto/camel-catalog run build
run: yarn workspaces foreach --verbose --all --topological-dev --exclude @kaoto/camel-catalog --exclude @kaoto/camel-catalog-plugin run build

# Build lib
- name: Build @kaoto/kaoto package in lib mode
Expand All @@ -63,7 +63,7 @@ jobs:
with:
name: catalog-dist
if-no-files-found: error
path: packages/camel-catalog/dist
path: packages/catalog-generator/dist/camel-catalog

test-on-firefox:
needs: install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

- name: "🔧 Build packages"
run: |
yarn workspaces foreach --verbose --topological-dev --exclude @kaoto/camel-catalog run build
yarn workspaces foreach --verbose --all --topological-dev --exclude @kaoto/camel-catalog --exclude @kaoto/camel-catalog-plugin run build
- name: "🛰️ Login to Container Registry"
uses: docker/login-action@v3
Expand Down
35 changes: 0 additions & 35 deletions .yarn/plugins/@yarnpkg/plugin-exec.cjs

This file was deleted.

Loading

0 comments on commit 31b89b6

Please sign in to comment.