Skip to content

Commit

Permalink
chore: debug format failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rpidanny committed Sep 19, 2024
1 parent d0826b4 commit ba80f49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:

- run: npm ci

- run: npx nx format:check
# - run: npx nx format:check
- run: npx nx format:write
- run: npx nx affected -t lint --parallel=3
- run: npx nx affected -t test --parallel=3 --configuration=ci
- run: npx nx affected -t build --parallel=3

0 comments on commit ba80f49

Please sign in to comment.