Skip to content

Commit 7cfab5c

Browse files
committed
exclude windows-yarn variation of cli e2e tests because it’s buggy
1 parent 5e35dd4 commit 7cfab5c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [buildjet-8vcpu-ubuntu-2204, windows-latest]
19-
package-manager: ["npm", "pnpm", "yarn"]
20-
env:
21-
YARN_ENABLE_IMMUTABLE_INSTALLS: false
19+
package-manager: ["npm", "pnpm"]
2220
steps:
2321
- name: ⬇️ Checkout repo
2422
uses: actions/checkout@v3

0 commit comments

Comments
 (0)