Skip to content

Commit 6a62267

Browse files
add env variable in git workflow to skip windows-pnpm tests
1 parent 4bec20d commit 6a62267

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e-tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
os: [ubuntu-latest, macos-latest, windows-latest]
1313
name: Run E2E tests on ${{ matrix.os }}
1414
runs-on: ${{ matrix.os }}
15+
env:
16+
# TODO: remove this once the pnpm Windows bug is fixed
17+
IS_WINDOWS: ${{ matrix.os == 'windows-latest' }}
1518
steps:
1619
- uses: actions/checkout@v2
1720
- uses: pnpm/action-setup@v2

0 commit comments

Comments
 (0)