Skip to content

chore(deps): bump the aws-sdk group across 1 directory with 4 updates #947

chore(deps): bump the aws-sdk group across 1 directory with 4 updates

chore(deps): bump the aws-sdk group across 1 directory with 4 updates #947

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/[email protected]
with:
main-branch-name: master
parallel-commands: |
yarn nx-cloud record -- yarn nx format:check
parallel-commands-on-agents: |
yarn nx affected --target=lint --parallel=3
yarn nx affected --target=test --parallel=3 --ci --code-coverage
yarn nx affected --target=build --parallel=3
yarn nx affected --target=e2e --parallel=3
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/[email protected]
with:
number-of-agents: 3