Skip to content

Commit fb81070

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
matrix:
1818
os: [buildjet-8vcpu-ubuntu-2204, windows-latest]
1919
package-manager: ["npm", "pnpm", "yarn"]
20+
exclude:
21+
- os: windows-latest
22+
package-manager: yarn
2023
steps:
2124
- name: ⬇️ Checkout repo
2225
uses: actions/checkout@v3

0 commit comments

Comments
 (0)