Skip to content

Commit

Permalink
fix: e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli committed Nov 30, 2023
1 parent dcc0ada commit f86338e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,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

0 comments on commit f86338e

Please sign in to comment.