Skip to content

Commit

Permalink
ci: run main workflow without affected conmand
Browse files Browse the repository at this point in the history
  • Loading branch information
olegshilov committed Jun 28, 2024
1 parent 12a3ea1 commit 12c53b3
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,14 @@ jobs:
pnpm install --frozen-lockfile
pnpm cypress install --force
- uses: nrwl/nx-set-shas@v4
- name: Run lint for affected projects
run: pnpm exec nx affected --target lint
- name: Run tests for affected projects
run: pnpm exec nx affected --target test --ci --coverage
- name: Run build for affected projects
run: pnpm exec nx affected --target build
# - name: Run lint for affected projects
# run: pnpm exec nx affected --target lint
# - name: Run tests for affected projects
# run: pnpm exec nx affected --target test --ci --coverage
# - name: Run build for affected projects
# run: pnpm exec nx affected --target build
- name: Run lint test and build
run: pnpm exec nx run-many --target lint test build
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 12c53b3

Please sign in to comment.