Skip to content

Commit e079f64

Browse files
fix: align devtools workflow with main branch
- Remove Warm Nx Cache step - Keep Run Affected Build with --skip-nx-cache flag - Maintain all other cache configurations 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 51ec645 commit e079f64

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/devtools.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,8 @@ jobs:
5252
- name: Install Cypress
5353
run: npx cypress install
5454

55-
- name: Warm Nx Cache
56-
run: npx nx run-many --targets=build --projects=tag:type:pkg --parallel=1
57-
5855
- name: Run Affected Build
59-
run: npx nx run-many --targets=build --projects=tag:type:pkg --parallel=1 --skip-nx-cache
56+
run: npx nx run-many --targets=build --projects=tag:type:pkg --skip-nx-cache
6057

6158
- name: Configuration xvfb
6259
shell: bash

0 commit comments

Comments
 (0)