Skip to content

Commit

Permalink
refactor: change nx directly
Browse files Browse the repository at this point in the history
  • Loading branch information
KonsumGandalf committed Apr 26, 2024
1 parent 96e5f4f commit 25066e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
path: node_modules
key: cache-node-modules-${{ hashFiles('pnpm-lock.yaml') }}
- run: pnpx nx affected --target=lint --parallel=3 --base=origin/develop
- run: nx affected --target=lint --parallel=3 --base=origin/develop

test:
runs-on: ubuntu-latest
Expand All @@ -67,7 +67,7 @@ jobs:
path: node_modules
key: cache-node-modules-${{ hashFiles('pnpm-lock.yaml') }}

- run: pnpx nx affected --target=test --parallel=3 --configuration=ci --base=origin/develop
- run: nx affected --target=test --parallel=3 --configuration=ci --base=origin/develop

build:
runs-on: ubuntu-latest
Expand All @@ -86,4 +86,4 @@ jobs:
path: node_modules
key: cache-node-modules-${{ hashFiles('pnpm-lock.yaml') }}

- run: pnpx nx affected --target=build --parallel=3 --configuration=ci --base=origin/develop
- run: nx affected --target=build --parallel=3 --configuration=ci --base=origin/develop

0 comments on commit 25066e2

Please sign in to comment.