Skip to content

Commit

Permalink
chore(repo): temporary disable e2e on windows (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-stepanenko authored Nov 4, 2023
1 parent c7887ef commit e67c7bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ runs:
run: npx nx affected --target=test --base=${{ env.NX_BASE }} --head=HEAD

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

Expand Down

0 comments on commit e67c7bb

Please sign in to comment.