Skip to content

Commit

Permalink
chore: fix run-unit-tests pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Jan 11, 2024
1 parent ced8a54 commit e7ffe41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
NX_RUN_GROUP: ${{ github.run_id }}
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -42,6 +42,6 @@ jobs:
${{ matrix.os }}-node-${{ matrix.node-version }}-${{ env.cache-name }}-
- run: npm ci
- run: npm run affected:test -- --base=origin/develop --parallel=5
- run: npx nx affected -t test --base=origin/develop --parallel


0 comments on commit e7ffe41

Please sign in to comment.