diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 951fd35..0d047ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,6 @@ jobs: runs-on: ubuntu-latest env: NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }} - NX_VERBOSE_LOGGING: 'true' steps: - uses: actions/checkout@v4 with: @@ -20,6 +19,6 @@ jobs: - uses: ./.github/workflows/setup with: node_version: ${{ env.node_version }} - - run: yarn nx affected --target=build,test,lint --parallel --max-parallel=3 - - run: yarn nx affected --target=e2e --parallel + - run: yarn nx affected --target=build,test,lint --exclude monodon --parallel --max-parallel=3 + - run: yarn nx affected --target=e2e --exclude monodon --parallel - run: yarn nx-cloud stop-all-agents