We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1c174 commit a857cffCopy full SHA for a857cff
.github/workflows/devtools.yml
@@ -52,11 +52,8 @@ jobs:
52
- name: Install Cypress
53
run: npx cypress install
54
55
- - name: Warm Nx Cache
56
- run: npx nx run-many --targets=build --projects=tag:type:pkg --parallel=1
57
-
58
- name: Run Affected Build
59
- run: npx nx run-many --targets=build --projects=tag:type:pkg --parallel=1 --skip-nx-cache
+ run: npx nx run-many --targets=build --projects=tag:type:pkg --skip-nx-cache
60
61
- name: Configuration xvfb
62
shell: bash
0 commit comments