Skip to content

Commit e67c7bb

Browse files
chore(repo): temporary disable e2e on windows (#212)
1 parent c7887ef commit e67c7bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/test/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ runs:
2323
run: npx nx affected --target=test --base=${{ env.NX_BASE }} --head=HEAD
2424

2525
- name: E2E Tests
26+
# TODO: temporary disabled e2e on windows
27+
if: runner.os != 'Windows'
2628
shell: bash
2729
run: npx nx affected --target=e2e --base=${{ env.NX_BASE }} --head=HEAD
2830

0 commit comments

Comments
 (0)