Skip to content

Commit

Permalink
chore: 🤖 remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
DhariniJeeva committed Feb 13, 2025
1 parent e4f37e5 commit d1ed41b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-admin-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 20
- name: Corepack version
run: corepack --version
- name: Enable corepack
run: corepack enable
- run: yarn install
Expand All @@ -44,8 +42,6 @@ jobs:
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 20
- name: Corepack version
run: corepack --version
- name: Enable corepack
run: corepack enable
- run: yarn run build:ui:admin:oss
Expand Down Expand Up @@ -76,8 +72,6 @@ jobs:
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 20
- name: Corepack version
run: corepack --version
- name: Enable corepack
run: corepack enable
- run: yarn run build:ui:admin:enterprise
Expand All @@ -103,8 +97,6 @@ jobs:
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 20
- name: Corepack version
run: corepack --version
- name: Enable corepack
run: corepack enable
- run: yarn run build:ui:admin:hcp
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/monorepo-validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 20
- name: Corepack version
run: corepack --version
- name: Enable corepack
run: corepack enable
- run: yarn install
Expand All @@ -39,8 +37,6 @@ jobs:
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 20
- name: Corepack version
run: corepack --version
- name: Enable corepack
run: corepack enable
- run: yarn run compliance:licenses
Expand All @@ -62,8 +58,6 @@ jobs:
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 20
- name: Corepack version
run: corepack --version
- name: Enable corepack
run: corepack enable
- run: yarn lint
Expand All @@ -83,8 +77,6 @@ jobs:
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 20
- name: Corepack version
run: corepack --version
- name: Enable corepack
run: corepack enable
- run: yarn test

0 comments on commit d1ed41b

Please sign in to comment.