diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8fa18fe66d..48d69213cc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -47,6 +47,8 @@ jobs: - uses: nrwl/nx-set-shas@v3 - name: Monorepo install uses: ./.github/actions/yarn-nm-install + - name: Monorepo build + uses: ./.github/actions/run-build - name: Run lint run: yarn nx affected --target=lint --parallel --nx-ignore-cycles @@ -129,7 +131,7 @@ jobs: uses: ./.github/actions/run-build - name: Run test run: yarn nx affected --target=test:front --nx-ignore-cycles - + e2e: timeout-minutes: 60 needs: [changes, build, typescript, unit_front]