diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 8bc8bbb..2ef1d6e 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -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