Bump @libp2p/perf from 3.0.12 to 3.0.13 #24
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI - integration test pnpm | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.number || github.ref }} | |
cancel-in-progress: true | |
jobs: | |
main: | |
name: NX | |
uses: nrwl/ci/.github/workflows/[email protected] | |
with: | |
node-version: 20.x | |
parallel-commands: | | |
npx nx format:check | |
parallel-commands-on-agents: | | |
npx nx affected --target=lint --parallel=3 | |
npx nx affected --target=test --parallel=3 --ci --code-coverage | |
npx nx affected --target=build --parallel=3 | |
agents: | |
name: NX Cloud Agent | |
uses: nrwl/ci/.github/workflows/[email protected] | |
with: | |
node-version: 20.x | |
number-of-agents: 3 |