Skip to content

Commit

Permalink
chore: hmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Jun 1, 2023
1 parent 918f383 commit b3a60c7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
30 changes: 14 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,23 @@ on:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/[email protected]
with:
number-of-agents: 5
parallel-commands: |
pnpm nx-cloud record -- pnpm format:check
parallel-commands-on-agents: |
pnpm build:pkgs & pnpm lint & pnpm typecheck & pnpm test:coverage & pnpm build & pnpm build-storybook
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/[email protected]
with:
number-of-agents: 5

codecov:
name: Codecov
runs-on: ubuntu-latest
steps:
- name: Checks
uses: nrwl/ci/.github/workflows/[email protected]
with:
number-of-agents: 5
parallel-commands: |
pnpm nx-cloud record -- pnpm format:check
parallel-commands-on-agents: |
pnpm build:pkgs & pnpm lint & pnpm typecheck & pnpm test:coverage & pnpm build & pnpm build-storybook
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/[email protected]
with:
number-of-agents: 5
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"nx": "16.3.1",
"nx-cloud": "latest",
"nx-cloud": "16.3.1",
"prettier": "^2.8.8",
"prettier-plugin-jsdoc": "^0.4.2",
"prettier-plugin-packagejson": "^2.4.3",
Expand Down

0 comments on commit b3a60c7

Please sign in to comment.