Skip to content

Commit

Permalink
fix: remove build packages step
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Feb 7, 2025
1 parent 56a2f7f commit 3a16a43
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ jobs:
- name: ESLint
run: yarn eslint

# 3. Build custom packages located within the "packages" folder (if any).
- name: Build packages
run: yarn webiny workspaces run build --folder packages

# 4. Run unit tests.
- name: Run unit tests
run: yarn test:unit
Expand Down Expand Up @@ -87,10 +83,6 @@ jobs:
- name: Install dependencies
run: yarn --immutable

# 2. Build custom packages located within the "packages" folder (if any).
- name: Build packages
run: yarn webiny workspaces run build --folder packages

# 3. Deploy to a short-lived environment (will be destroyed once the PR is closed).
- name: Deploy
run: yarn webiny deploy --env pr${{ github.event.pull_request.number }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ jobs:
- name: ESLint
run: yarn eslint

# 3. Build custom packages located within the "packages" folder (if any).
- name: Build packages
run: yarn webiny workspaces run build --folder packages

# 4. Run unit tests.
- name: Run unit tests
run: yarn test:unit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ jobs:
- name: ESLint
run: yarn eslint

# 3. Build custom packages located within the "packages" folder (if any).
- name: Build packages
run: yarn webiny workspaces run build --folder packages

# 4. Run unit tests.
- name: Run unit tests
run: yarn test:unit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ jobs:
- name: ESLint
run: yarn eslint

# 3. Build custom packages located within the "packages" folder (if any).
- name: Build packages
run: yarn webiny workspaces run build --folder packages

# 4. Run unit tests.
- name: Run unit tests
run: yarn test:unit
Expand Down

0 comments on commit 3a16a43

Please sign in to comment.