Skip to content

Commit

Permalink
ci: always run all tasks
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Molisani <[email protected]>
  • Loading branch information
molisani authored and mkubilayk committed Sep 30, 2024
1 parent 6ddb3b9 commit afd6b74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ jobs:
- run: npm ci --legacy-peer-deps
- uses: nrwl/nx-set-shas@v4

# Nx Affected runs only tasks affected by the changes in this PR/commit. Learn more: https://nx.dev/ci/features/affected
- run: npx nx affected -t format:check lint build coverage
- run: npx nx run-many -t format:check lint build coverage

0 comments on commit afd6b74

Please sign in to comment.